Created
July 17, 2014 19:01
-
-
Save seanmcl/bf70d08e65a84632345a to your computer and use it in GitHub Desktop.
Driver devicemapper failed to create image rootfs
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
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