Browse code

Update docs for Command Run

Guillaume J. Charmes authored on 2013/05/03 01:26:29
Showing 1 changed files
... ...
@@ -17,3 +17,5 @@
17 17
       -p=[]: Map a network port to the container
18 18
       -t=false: Allocate a pseudo-tty
19 19
       -u="": Username or UID
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.