remove the --rm b/c it conflicts with restart
parent
ff928e0e66
commit
a5af87758a
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue