Created
June 15, 2014 18:10
-
-
Save squeaky-pl/2bf589bf3a205bb674cb to your computer and use it in GitHub Desktop.
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
squeaky@squeaky-mbp ~/workspace/docker/trydocker ls -lha | |
total 8.0K | |
drwxrwxr-x. 2 squeaky squeaky 4.0K Jun 15 20:08 . | |
drwxrwxr-x. 10 squeaky squeaky 4.0K Jun 15 20:08 .. | |
squeaky@squeaky-mbp ~/workspace/docker/trydocker docker run --rm -t -i -v `pwd`/asd:/asd busybox /bin/sh | |
/ # ls -lha /asd | |
ls: can't open '/asd': Permission denied | |
total 0 | |
/ # % ✘ squeaky@squeaky-mbp ~/workspace/docker/trydocker ls -lha | |
total 12K | |
drwxrwxr-x. 3 squeaky squeaky 4.0K Jun 15 20:09 . | |
drwxrwxr-x. 10 squeaky squeaky 4.0K Jun 15 20:08 .. | |
drwxr-xr-x. 2 root root 4.0K Jun 15 20:09 asd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment