Browse code

Fix typo for command run docs

Guillaume J. Charmes authored on 2013/05/03 04:11:57
Showing 1 changed files
... ...
@@ -18,4 +18,5 @@
18 18
       -t=false: Allocate a pseudo-tty
19 19
       -u="": Username or UID
20 20
       -d=[]: Set custom dns servers for the container
21
-      -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.
21
+      -v=[]: Creates a new volumes and mount it at the specified path.
22
+      -volumes-from="": Mount all volumes from the given container.