Update motd

This commit is contained in:
Marcos Lilljedahl
2018-04-15 20:57:55 -03:00
parent 82fe2d63cc
commit 5120cb5b0d
2 changed files with 2 additions and 2 deletions

View File

@@ -32,5 +32,5 @@ RUN mkdir -p /root/.kube && ln -s /etc/kubernetes/admin.conf /root/.kube/config
WORKDIR /root
CMD systemctl start docker && systemctl start kubelet \
CMD mount --make-shared / && systemctl start docker && systemctl start kubelet \
&& while true; do bash -l; done