1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Complete documentation about extra container information.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera 2016-01-11 19:23:12 -05:00
parent e732f4e649
commit e5edc168a6
2 changed files with 4 additions and 0 deletions

View file

@ -112,6 +112,7 @@ This section lists each version from latest to oldest. Each listing includes a
* `GET /networks` now supports filtering by `name`, `id` and `type`. * `GET /networks` now supports filtering by `name`, `id` and `type`.
* `POST /containers/create` now allows you to set the static IPv4 and/or IPv6 address for the container. * `POST /containers/create` now allows you to set the static IPv4 and/or IPv6 address for the container.
* `POST /networks/(id)/connect` now allows you to set the static IPv4 and/or IPv6 address for the container. * `POST /networks/(id)/connect` now allows you to set the static IPv4 and/or IPv6 address for the container.
* `GET /info` now includes the number of containers running, stopped, and paused.
### v1.21 API changes ### v1.21 API changes

View file

@ -2081,6 +2081,9 @@ Display system-wide information
{ {
"Architecture": "x86_64", "Architecture": "x86_64",
"Containers": 11, "Containers": 11,
"ContainersRunning": 7,
"ContainersStopped": 3,
"ContainersPaused": 1,
"CpuCfsPeriod": true, "CpuCfsPeriod": true,
"CpuCfsQuota": true, "CpuCfsQuota": true,
"Debug": false, "Debug": false,