Jelajahi Sumber

Fix typo

Signed-off-by: Adolfo Ochagavía <aochagavia92@gmail.com>
Adolfo Ochagavía 9 tahun lalu
induk
melakukan
76b09be696
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/reference/commandline/run.md

+ 1 - 1
docs/reference/commandline/run.md

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