Signed-off-by: Adolfo Ochagavía <aochagavia92@gmail.com>
Upstream-commit: 76b09be69683d19c8a9c8cb6c8b693941f62b2ec
Component: engine
This commit is contained in:
Adolfo Ochagavía
2016-07-03 15:20:27 +02:00
parent d9e6b7dd14
commit be820b6010
@@ -179,7 +179,7 @@ flag exists to allow special use-cases, like running Docker within Docker.
$ docker run -w /path/to/dir/ -i -t ubuntu pwd
The `-w` lets the command being executed inside directory given, here
`/path/to/dir/`. If the path does not exists it is created inside the container.
`/path/to/dir/`. If the path does not exist it is created inside the container.
### Set storage driver options per container