mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo
Signed-off-by: Adolfo Ochagavía <aochagavia92@gmail.com>
This commit is contained in:
parent
b334a7d8b5
commit
76b09be696
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue