Skip to content

Instantly share code, notes, and snippets.

@divoxx
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save divoxx/a54b595ce67e7eb23978 to your computer and use it in GitHub Desktop.
Save divoxx/a54b595ce67e7eb23978 to your computer and use it in GitHub Desktop.
$ ls -ld $(pwd)/data
drwxr-xr-x 3 divoxx staff 102 Jun 12 14:29 /Users/divoxx/Code/src/github.com/doximity/reproducible-envs/data
$ ls -la $(pwd)/data/
total 0
drwxr-xr-x 3 divoxx staff 102 Jun 12 14:29 .
drwxr-xr-x 9 divoxx staff 306 Jun 12 14:45 ..
drwxr-xr-x 3 divoxx staff 102 Jun 12 14:29 es
$ docker run -i -t -v $(pwd)/data:/data doximity/base-arch ls -la /data/
total 8
drwxr-xr-x 2 root root 4096 Jun 12 21:33 .
drwxr-xr-x 17 root root 4096 Jun 12 22:05 ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment