Created
July 9, 2014 15:03
-
-
Save jamescarr/612bac673d02062d5977 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
| jamescarr@James-MacBook-Air: ~/Projects/docker-presentation | |
| $ ls [10:03:24] | |
| Dockerfile hello.js html | |
| jamescarr@James-MacBook-Air: ~/Projects/docker-presentation | |
| $ docker run -i -t -v $(pwd):/src:ro 139ae5bb8a8b ls [10:03:26] | |
| bin dev home lib64 mnt proc run src sys usr | |
| boot etc lib media opt root sbin srv tmp var | |
| jamescarr@James-MacBook-Air: ~/Projects/docker-presentation | |
| $ docker run -i -t -v $(pwd):/src:ro 139ae5bb8a8b ls /src [10:03:29] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment