|
@@ -116,6 +116,8 @@ This section lists each version from latest to oldest. Each listing includes a
|
|
|
|
|
|
* `POST /containers/create` now takes `StorageOpt` field.
|
|
* `POST /containers/create` now takes `StorageOpt` field.
|
|
* `GET /info` now returns `SecurityOptions` field, showing if `apparmor`, `seccomp`, or `selinux` is supported.
|
|
* `GET /info` now returns `SecurityOptions` field, showing if `apparmor`, `seccomp`, or `selinux` is supported.
|
|
|
|
+* `GET /info` no longer returns the `ExecutionDriver` property. This property was no longer used after integration
|
|
|
|
+ with ContainerD in Docker 1.11.
|
|
* `GET /networks` now supports filtering by `label` and `driver`.
|
|
* `GET /networks` now supports filtering by `label` and `driver`.
|
|
* `GET /containers/json` now supports filtering containers by `network` name or id.
|
|
* `GET /containers/json` now supports filtering containers by `network` name or id.
|
|
* `POST /containers/create` now takes `MaximumIOps` and `MaximumIOBps` fields. Windows daemon only.
|
|
* `POST /containers/create` now takes `MaximumIOps` and `MaximumIOBps` fields. Windows daemon only.
|