Migrate per-endpoint sysctls until 28.0.0

Commit 0071832226 introduced
per-endpoint sysctls, and migration to them from the top-level
'--sysctl' option.

The migration was intended to be short-term, disabled in the
next major release and code was added to check for the next
API version. But now, the API version will be bumped in a
minor release - this breaking change needs to wait until the
next major release, and we don't yet know the API version
number for that.

Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
Rob Murray
2024-08-01 09:53:05 +01:00
parent a43ed47441
commit 17adc1478b
3 changed files with 6 additions and 4 deletions

View File

@@ -17,8 +17,6 @@ keywords: "API, Docker, rcli, REST, documentation"
[Docker Engine API v1.47](https://docs.docker.com/engine/api/v1.47/) documentation
* `Sysctls` in `HostConfig` (top level `--sysctl` settings) for `eth0` are no
longer migrated to `DriverOpts`, as described in the changes for v1.46.
* `POST /networks/create` now has an `EnableIPv4` field. Setting it to `false`
disables IPv4 IPAM for the network. It can only be set to `false` if the
daemon has experimental features enabled.