1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/sources
Marco Hennings 687d27ab57 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
2013-08-18 19:34:01 +02:00
..
api Add an option to set the working directory. 2013-08-18 19:34:01 +02:00
commandline Add an option to set the working directory. 2013-08-18 19:34:01 +02:00
concepts Clean up 'manifesto' in docs 2013-07-26 10:21:17 -07:00
contributing Fix #1517, #1521 by adding sudo to examples and installation. 2013-08-14 16:21:36 -07:00
examples Fix #1517, #1521 by adding sudo to examples and installation. 2013-08-14 16:21:36 -07:00
installation Fix #1517, #1521 by adding sudo to examples and installation. 2013-08-14 16:21:36 -07:00
static_files Major rearrange of the documentation. 2013-05-10 12:00:12 -07:00
terms Fixed typos 2013-08-12 18:53:06 +01:00
use remove extraneous step and stupid whitespace 2013-08-16 13:30:54 -04:00
conf.py Resolved conflict in conf.py 2013-08-13 16:28:24 -07:00
faq.rst Added information about Docker's high level tools over LXC. Formatting cleanup. Mailing list cleanup. 2013-08-13 13:45:07 -07:00
index.rst Fixed typos 2013-08-12 18:53:06 +01:00
toctree.rst Cleaning up the welcome page, terminology, and images. 2013-07-02 15:03:29 -07:00