Skip to content

Instantly share code, notes, and snippets.

@seanmcl
Created July 17, 2014 19:01
Show Gist options
  • Save seanmcl/bf70d08e65a84632345a to your computer and use it in GitHub Desktop.
Save seanmcl/bf70d08e65a84632345a to your computer and use it in GitHub Desktop.
Driver devicemapper failed to create image rootfs
Somehow, docker was hosed on my centos system. I couldn't run 'docker pull' due to the above error.
$ sudo service docker stop
$ sudo rm -rf /var/lib/docker
fixed the problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment