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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user