Browse Source

Fix help text for -v option

Nick Payne 11 năm trước cách đây
mục cha
commit
3c5350ba92
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/sources/commandline/command/run.rst

+ 1 - 1
docs/sources/commandline/command/run.rst

@@ -27,7 +27,7 @@
       -t=false: Allocate a pseudo-tty
       -u="": Username or UID
       -dns=[]: Set custom dns servers for the container
-      -v=[]: Create a bind mount with: [host-dir]:[container-dir]:[rw|ro]. If "host-dir" is missing, then docker creates a new volume.
+      -v=[]: Create a bind mount with: [host-dir]:[container-dir]:[rw|ro]. If "container-dir" is missing, then docker creates a new volume.
       -volumes-from="": Mount all volumes from the given container.
       -entrypoint="": Overwrite the default entrypoint set by the image.
       -w="": Working directory inside the container