10 lines
137 B
Text
10 lines
137 B
Text
post_install() {
|
|
cat <<EOF
|
|
|
|
Ignite requires at least one of the following container runtimes:
|
|
|
|
* containerd (default)
|
|
* docker
|
|
|
|
EOF
|
|
}
|