Last active
August 29, 2015 14:02
-
-
Save divoxx/a54b595ce67e7eb23978 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
$ 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