Add cpuset cpus support for docker

Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
master
Michael Crosby 2014-05-12 17:44:57 -07:00 committed by Tibor Vass
parent 875f5489c4
commit 91667137f0
1 changed files with 1 additions and 0 deletions

View File

@ -811,6 +811,7 @@ Run a command in a new container
-a, --attach=[] Attach to stdin, stdout or stderr. -a, --attach=[] Attach to stdin, stdout or stderr.
-c, --cpu-shares=0 CPU shares (relative weight) -c, --cpu-shares=0 CPU shares (relative weight)
--cpuset="" CPUs in which to allow execution (0-3, 0,1)
--cidfile="" Write the container ID to the file --cidfile="" Write the container ID to the file
-d, --detach=false Detached mode: Run container in the background, print new container id -d, --detach=false Detached mode: Run container in the background, print new container id
--dns=[] Set custom dns servers --dns=[] Set custom dns servers