- Updated on May 29 to accommodate etcd container not having
/bin/sh
available anymore.
curl -sL https://get.rke2.io | sh
systemctl daemon-reload
systemctl start rke2-server
FROM alpine | |
RUN apk --no-cache add procps | |
RUN env | |
# The environment of RUN commands may have a few interesting extra values in | |
# it, but shouldn't ever have environment variables from the host environment. | |
# Makisu don't actually clean this environment though, so all variables are | |
# easily accessible here. |