Skip to content

Commit 3c6ef4c

Browse files
committed
docs: remove executiondriver from API 1.24 docs
the executiondriver property was removed in 8804849, but docs were only updated for the 1.25 API, not for 1.24 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 778b38c commit 3c6ef4c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/reference/api/docker_remote_api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ This section lists each version from latest to oldest. Each listing includes a
116116

117117
* `POST /containers/create` now takes `StorageOpt` field.
118118
* `GET /info` now returns `SecurityOptions` field, showing if `apparmor`, `seccomp`, or `selinux` is supported.
119+
* `GET /info` no longer returns the `ExecutionDriver` property. This property was no longer used after integration
120+
with ContainerD in Docker 1.11.
119121
* `GET /networks` now supports filtering by `label` and `driver`.
120122
* `GET /containers/json` now supports filtering containers by `network` name or id.
121123
* `POST /containers/create` now takes `MaximumIOps` and `MaximumIOBps` fields. Windows daemon only.

docs/reference/api/docker_remote_api_v1.24.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2198,7 +2198,6 @@ Display system-wide information
21982198
"DockerRootDir": "/var/lib/docker",
21992199
"Driver": "btrfs",
22002200
"DriverStatus": [[""]],
2201-
"ExecutionDriver": "native-0.1",
22022201
"ExperimentalBuild": false,
22032202
"HttpProxy": "http://test:test@localhost:8080",
22042203
"HttpsProxy": "https://test:test@localhost:8080",

0 commit comments

Comments
 (0)