Add more cgroup config to docker info

Signed-off-by: Lei Jitang <leijitang@huawei.com>
Upstream-commit: 458ec418cd11989c58d4a4485436eccadf91a91d
Component: engine
This commit is contained in:
Lei Jitang
2015-10-09 03:02:04 -04:00
parent 6ec1436aba
commit c5a31c9c9f
4 changed files with 20 additions and 1 deletions

View File

@ -89,7 +89,7 @@ list of DNS options to be used in the container.
* `POST /build` now optionally takes a serialized map of build-time variables.
* `GET /events` now includes a `timenano` field, in addition to the existing `time` field.
* `GET /events` now supports filtering by image and container labels.
* `GET /info` now lists engine version information.
* `GET /info` now lists engine version information and return the information of `CPUShares` and `Cpuset`.
* `GET /containers/json` will return `ImageID` of the image used by container.
* `POST /exec/(name)/start` will now return an HTTP 409 when the container is either stopped or paused.