mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user