Created
July 11, 2016 04:14
-
-
Save Azerothian/f18f4181e2aae90428f695d64eabc923 to your computer and use it in GitHub Desktop.
docker fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# docker fix for | |
#Error response from daemon: rpc error: code = 6 desc = "mkdir /run/containerd/<id>: file exists" | |
#Error: failed to start containers: <name> | |
sudo rm -Rf /run/containerd/<id> | |
sudo rm -Rf /run/runc/<id> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment