arch-pkgs/ignite/ignite.install

11 lines
137 B
Plaintext

post_install() {
cat <<EOF
Ignite requires at least one of the following container runtimes:
* containerd (default)
* docker
EOF
}