API 1.46: end per-interface sysctl migration in major release

Rather than in API 1.47.

Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
Rob Murray
2024-08-01 10:31:48 +01:00
parent 17adc1478b
commit a86a9e3aa4

View File

@@ -38,7 +38,7 @@ keywords: "API, Docker, rcli, REST, documentation"
`net.ipv4.config.eth0.log_martians=1`, use
`net.ipv4.config.IFNAME.log_martians=1`. In API versions up-to 1.46, top level
`--sysctl` settings for `eth0` will be migrated to `DriverOpts` when possible.
This automatic migration will be removed for API versions 1.47 and greater.
This automatic migration will be removed in a future release.
* `GET /containers/json` now returns the annotations of containers.
* `POST /images/{name}/push` now supports a `platform` parameter (JSON encoded
OCI Platform type) that allows selecting a specific platform manifest from