docker:networking:create_a_bridge_network
Differences
This shows you the differences between two versions of the page.
docker:networking:create_a_bridge_network [2025/07/25 15:04] – created peter | docker:networking:create_a_bridge_network [2025/07/28 09:50] (current) – peter | ||
---|---|---|---|
Line 22: | Line 22: | ||
---- | ---- | ||
+ | ===== Create an IPv6-only bridge network ===== | ||
+ | |||
+ | To skip IPv4 address configuration on the bridge and in its containers, create the network with option **--ipv4=false**, | ||
+ | |||
+ | <code bash> | ||
+ | docker network create --ipv6 --ipv4=false v6net | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
docker/networking/create_a_bridge_network.txt · Last modified: 2025/07/28 09:50 by peter