Skip to content
Snippets Groups Projects
Commit a5af8775 authored by Spencer Smith's avatar Spencer Smith
Browse files

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

parent ff928e0e
Branches
Tags
No related merge requests found
#!/bin/bash #!/bin/bash
/usr/bin/docker run --privileged --rm \ /usr/bin/docker run --privileged \
--net=host --pid=host --name=kubelet --restart=always \ --net=host --pid=host --name=kubelet --restart=always \
-v /etc/cni:/etc/cni:ro \ -v /etc/cni:/etc/cni:ro \
-v /opt/cni:/opt/cni:ro \ -v /opt/cni:/opt/cni:ro \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment