pull/13124/head
Sharif Elgamal 2021-12-08 14:26:38 -08:00
parent 9700ca1c79
commit 0e00ca4477
1 changed files with 1 additions and 2 deletions

View File

@ -209,8 +209,7 @@ RUN chmod +x /var/lib/minikube/scheduled-stop/minikube-scheduled-stop
RUN systemctl disable containerd
# disable crio for archs that support it
RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/') && \
if [ "$ARCH" != "ppc64le" ]; then systemctl disable crio && rm /etc/crictl.yaml && systemctl enable podman.socket
; fi
if [ "$ARCH" != "ppc64le" ]; then systemctl disable crio && rm /etc/crictl.yaml && systemctl enable podman.socket; fi
# enable docker which is default
RUN systemctl enable docker.service
# making SSH work for docker container