Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Adolfo Ochagavía <aochagavia92@gmail.com>
  • Loading branch information
aochagavia committed Jul 3, 2016
1 parent b334a7d commit 76b09be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/commandline/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 76b09be

Please sign in to comment.