syntax
parent
9700ca1c79
commit
0e00ca4477
|
@ -209,8 +209,7 @@ RUN chmod +x /var/lib/minikube/scheduled-stop/minikube-scheduled-stop
|
||||||
RUN systemctl disable containerd
|
RUN systemctl disable containerd
|
||||||
# disable crio for archs that support it
|
# disable crio for archs that support it
|
||||||
RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/') && \
|
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
|
if [ "$ARCH" != "ppc64le" ]; then systemctl disable crio && rm /etc/crictl.yaml && systemctl enable podman.socket; fi
|
||||||
; fi
|
|
||||||
# enable docker which is default
|
# enable docker which is default
|
||||||
RUN systemctl enable docker.service
|
RUN systemctl enable docker.service
|
||||||
# making SSH work for docker container
|
# making SSH work for docker container
|
||||||
|
|
Loading…
Reference in New Issue