Add cpuset config.

Signed-off-by: xuxinkun <xuxinkun@gmail.com>
This commit is contained in:
xuxinkun 2015-04-23 09:33:46 +08:00 committed by root
commit 688f82c1cf
3 changed files with 9 additions and 1 deletions

View file

@ -310,13 +310,14 @@ dns_search:
- dc2.example.com
```
### working\_dir, entrypoint, user, hostname, domainname, mem\_limit, privileged, restart, stdin\_open, tty, cpu\_shares
### working\_dir, entrypoint, user, hostname, domainname, mem\_limit, privileged, restart, stdin\_open, tty, cpu\_shares, cpuset
Each of these is a single value, analogous to its
[docker run](https://docs.docker.com/reference/run/) counterpart.
```
cpu_shares: 73
cpuset: 0,1
working_dir: /code
entrypoint: /code/entrypoint.sh