User Tools

Site Tools


docker:networking:create_a_bridge_network

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docker:networking:create_a_bridge_network [2025/07/25 15:04] – created peterdocker: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**, and enable IPv6 using **--ipv6**.
 +
 +<code bash>
 +docker network create --ipv6 --ipv4=false v6net
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  IPv4 address configuration cannot be disabled in the default bridge network.
 +</WRAP>
  
docker/networking/create_a_bridge_network.txt · Last modified: 2025/07/28 09:50 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki