瀏覽代碼

Fix typo for command run docs

Guillaume J. Charmes 12 年之前
父節點
當前提交
1617a18258
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/sources/commandline/command/run.rst

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

@@ -18,4 +18,5 @@
       -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 volumes and mount it at the specified path. A container ID can be passed instead of a path in order to mount all volumes from the given container.
+      -v=[]: Creates a new volumes and mount it at the specified path.
+      -volumes-from="": Mount all volumes from the given container.