Browse code

Fix typo

Signed-off-by: Adolfo OchagavĂ­a <aochagavia92@gmail.com>

Adolfo OchagavĂ­a authored on 2016/07/03 21:59:52
Showing 1 changed files
... ...
@@ -179,7 +179,7 @@ flag exists to allow special use-cases, like running Docker within Docker.
179 179
     $ docker  run -w /path/to/dir/ -i -t  ubuntu pwd
180 180
 
181 181
 The `-w` lets the command being executed inside directory given, here
182
-`/path/to/dir/`. If the path does not exists it is created inside the container.
182
+`/path/to/dir/`. If the path does not exist it is created inside the container.
183 183
 
184 184
 ### Set storage driver options per container
185 185