Files
docker-cli/components/engine/docs/sources/commandline/command
Marco Hennings 35c6bf7330 Add an option to set the working directory.
This makes it possible to simply wrap a command inside a container. This makes
it easier to use a container as an unified build environment.

Examples:

~/workspace/docker
$ docker  run  -v `pwd`:`pwd` -w `pwd` -i -t  ubuntu ls
AUTHORS		 Makefile	archive.go	   changes.go	      docker
[...]


docker  run  -v `pwd`:`pwd` -w `pwd` -i -t  ubuntu pwd
/home/marco/workspace/docker
Upstream-commit: 687d27ab575778196ea646b6d3fa61b6c8e512b0
Component: engine
2013-08-18 19:34:01 +02:00
..
2013-05-03 21:12:43 -07:00
2013-08-06 16:09:54 +00:00
2013-06-21 10:00:25 +00:00
2013-07-17 19:24:54 +00:00
2013-07-21 19:00:18 -04:00
2013-07-01 15:19:42 +00:00