mirror of https://github.com/docker/docs.git
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:
parent
03714f66d1
commit
aaf52189dc
|
@ -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/)
|
||||||
|
|
Loading…
Reference in New Issue