Created
November 2, 2013 07:50
-
-
Save jacobat/7276618 to your computer and use it in GitHub Desktop.
This file contains 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
vagrant@precise64:~/openresty$ sudo docker rm purple_chicken | |
Error: Cannot destroy container purple_chicken: stat /var/lib/docker/containers/5509334f5b65bb61aba0a03109942137a76973078ed04e66fef4d80467a66fa1/rootfs: stale NFS file handle | |
vagrant@precise64:~/openresty$ sudo ls -l /var/lib/docker/containers/5509334f5b65bb61aba0a03109942137a76973078ed04e66fef4d80467a66fa1/ | |
ls: cannot access /var/lib/docker/containers/5509334f5b65bb61aba0a03109942137a76973078ed04e66fef4d80467a66fa1/rootfs: Stale NFS file handle | |
total 32 | |
-rw------- 1 root root 2661 Nov 1 21:39 5509334f5b65bb61aba0a03109942137a76973078ed04e66fef4d80467a66fa1-json.log | |
-rw-r--r-- 1 root root 1627 Nov 1 21:39 config.json | |
-rw-r--r-- 1 root root 4197 Nov 1 21:39 config.lxc | |
-rw-r--r-- 1 root root 83 Nov 1 21:39 hostconfig.json | |
-rw-r--r-- 1 root root 13 Nov 1 21:39 hostname | |
-rw-r--r-- 1 root root 197 Nov 1 21:39 hosts | |
d????????? ? ? ? ? ? rootfs | |
-rw------- 1 root root 0 Nov 1 21:39 rootfs.hold | |
drwxr-xr-x 4 root root 4096 Nov 1 21:39 rw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment