|
@@ -310,13 +310,14 @@ dns_search:
|
|
|
- dc2.example.com
|
|
- 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
|
|
Each of these is a single value, analogous to its
|
|
|
[docker run](https://docs.docker.com/reference/run/) counterpart.
|
|
[docker run](https://docs.docker.com/reference/run/) counterpart.
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
cpu_shares: 73
|
|
cpu_shares: 73
|
|
|
|
|
+cpuset: 0,1
|
|
|
|
|
|
|
|
working_dir: /code
|
|
working_dir: /code
|
|
|
entrypoint: /code/entrypoint.sh
|
|
entrypoint: /code/entrypoint.sh
|