Complete documentation about extra container information.

Signed-off-by: David Calavera <david.calavera@gmail.com>
Upstream-commit: e5edc168a65e038245efbc5353a456302554f4eb
Component: engine
This commit is contained in:
David Calavera
2016-01-11 19:23:12 -05:00
parent aa00140122
commit a4e709fac0
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`.
* `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.
* `GET /info` now includes the number of containers running, stopped, and paused.
### v1.21 API changes