Document CpuShares special handling in Swarm

The difference is currently only documented in the issue below.
https://github.com/docker/swarm/issues/475

The diff in the PR below highlights the special handling of CpuShares.
https://github.com/docker/swarm/pull/904/files

Signed-off-by: Victor Costan <costan@gmail.com>
This commit is contained in:
Victor Costan 2015-10-08 19:05:06 -04:00
parent 03714f66d1
commit aaf52189dc
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ POST "/images/create" : "docker import" flow not implement
* `GET "/images/json"` : Use '--filter node=\<Node name\>' to show images of the specific node. * `GET "/images/json"` : Use '--filter node=\<Node name\>' to show images of the specific node.
* `POST "/containers/create"`: `CpuShares` in `HostConfig` sets the number of CPU cores allocated to the container.
## Docker Swarm documentation index ## Docker Swarm documentation index
- [User guide](https://docs.docker.com/swarm/) - [User guide](https://docs.docker.com/swarm/)