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