Merge pull request #1274 from pwnall/patch-2

Document CpuShares special handling in Swarm
This commit is contained in:
moxiegirl
2015-10-09 06:11:14 -07:00

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.
* `POST "/containers/create"`: `CpuShares` in `HostConfig` sets the number of CPU cores allocated to the container.
## Docker Swarm documentation index
- [User guide](https://docs.docker.com/swarm/)