Guillaume J. Charmes 12 роки тому
батько
коміт
18e91d5f85
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      docs/sources/commandline/command/run.rst

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

@@ -23,7 +23,6 @@
       -t=false: Allocate a pseudo-tty
       -t=false: Allocate a pseudo-tty
       -u="": Username or UID
       -u="": Username or UID
       -d=[]: Set custom dns servers for the container
       -d=[]: Set custom dns servers for the container
-      -v=[]: Creates a new volume and mounts it at the specified path.
+      -v=[]: Create a bind mount with: [host-dir]:[container-dir]:[rw|ro]. If "host-dir" is missing, then docker creates a new volume.
       -volumes-from="": Mount all volumes from the given container.
       -volumes-from="": Mount all volumes from the given container.
-      -b=[]: Create a bind mount with: [host-dir]:[container-dir]:[rw|ro]
       -entrypoint="": Overwrite the default entrypoint set by the image.
       -entrypoint="": Overwrite the default entrypoint set by the image.