Update docs for Command Run

Upstream-commit: 21b9dcd518871088086943f95bf39f068b30691f
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-05-02 09:26:29 -07:00
parent cc5f724fb6
commit 9951e24504

View File

@ -17,3 +17,5 @@
-p=[]: Map a network port to the container
-t=false: Allocate a pseudo-tty
-u="": Username or UID
-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.