Skip to content

Instantly share code, notes, and snippets.

@jamescarr
Created July 9, 2014 15:03
Show Gist options
  • Select an option

  • Save jamescarr/612bac673d02062d5977 to your computer and use it in GitHub Desktop.

Select an option

Save jamescarr/612bac673d02062d5977 to your computer and use it in GitHub Desktop.
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