Add CgroupDriver to docker info

Fixes: #19539

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
Upstream-commit: ca89c329b9f0748da74d08d02a47bc494e7965e2
Component: engine
This commit is contained in:
Qiang Huang
2016-02-18 18:10:31 +08:00
parent 54b43b2de5
commit 17d0f2d01e
8 changed files with 18 additions and 0 deletions

View File

@ -121,6 +121,7 @@ This section lists each version from latest to oldest. Each listing includes a
* `GET /networks/(name)` now returns an `EnableIPv6` field showing whether the network has ipv6 enabled or not.
* `POST /containers/(name)/update` now supports updating container's restart policy.
* `POST /networks/create` now supports enabling ipv6 on the network by setting the `EnableIPv6` field (doing this with a label will no longer work).
* `GET /info` now returns `CgroupDriver` field showing what cgroup driver the daemon is using; `cgroupfs` or `systemd`.
### v1.22 API changes