diff --git a/pr/1143/docker_container_module.html b/pr/1143/docker_container_module.html index 43381f27..269bca0e 100644 --- a/pr/1143/docker_container_module.html +++ b/pr/1143/docker_container_module.html @@ -1266,7 +1266,7 @@ see

driver_opts

dictionary

-

added in community.docker 4.8.0

+

added in community.docker 5.0.0

Dictionary of driver options for this network endpoint.

Allows setting endpoint-specific driver options like com.docker.network.endpoint.ifname to set a custom network interface name.

@@ -1276,7 +1276,7 @@ see

gw_priority

integer

-

added in community.docker 4.8.0

+

added in community.docker 5.0.0

Gateway priority for this network endpoint.

When a container is connected to multiple networks, this controls which network’s gateway is used as the default gateway.