Skip to content

Instantly share code, notes, and snippets.

@squeaky-pl
Created June 15, 2014 18:10
Show Gist options
  • Save squeaky-pl/2bf589bf3a205bb674cb to your computer and use it in GitHub Desktop.
Save squeaky-pl/2bf589bf3a205bb674cb to your computer and use it in GitHub Desktop.
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