remove the --rm b/c it conflicts with restart

This commit is contained in:
Spencer Smith 2016-11-17 12:21:30 -05:00
parent ff928e0e66
commit a5af87758a

View file

@ -1,5 +1,5 @@
#!/bin/bash
/usr/bin/docker run --privileged --rm \
/usr/bin/docker run --privileged \
--net=host --pid=host --name=kubelet --restart=always \
-v /etc/cni:/etc/cni:ro \
-v /opt/cni:/opt/cni:ro \