Merge pull request #24281 from aochagavia/patch-1

Fix typo
Upstream-commit: e64a6912532b13beda6f172020438869ebe93d32
Component: engine
This commit is contained in:
Doug Davis
2016-07-03 09:22:20 -04:00
committed by GitHub

View File

@ -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