Skip to content

Instantly share code, notes, and snippets.

@Azerothian
Created July 11, 2016 04:14
Show Gist options
  • Save Azerothian/f18f4181e2aae90428f695d64eabc923 to your computer and use it in GitHub Desktop.
Save Azerothian/f18f4181e2aae90428f695d64eabc923 to your computer and use it in GitHub Desktop.
docker fix
# 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