File tree Expand file tree Collapse file tree
content/manuals/engine/daemon Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,13 @@ IPv6 is only supported on Docker daemons running on Linux hosts.
3535 - subnet : 2001:db8::/64
3636 ` ` `
3737
38+ > [!NOTE]
39+ >
40+ > The address ` 2001:db8::/64` in these examples is
41+ > [reserved for use in documentation][wikipedia-ipv6-reserved].
42+ > Replace it with a valid IPv6 network, for example a
43+ > [Unique Local Address (ULA)][wikipedia-ipv6-ula] subnet from `fd00::/8`.
44+
3845You can now run containers that attach to the `ip6net` network.
3946
4047` ` ` console
@@ -74,6 +81,13 @@ The following steps show you how to use IPv6 on the default bridge network.
7481 }
7582 ` ` `
7683
84+ > [!NOTE]
85+ >
86+ > The address `2001:db8:1::/64` in this example is
87+ > [reserved for use in documentation][wikipedia-ipv6-reserved].
88+ > Replace it with a valid IPv6 network, for example a
89+ > [Unique Local Address (ULA)][wikipedia-ipv6-ula] subnet from `fd00::/8`.
90+
7791 - ` ipv6` enables IPv6 networking on the default network.
7892 - ` fixed-cidr-v6` assigns a subnet to the default bridge network,
7993 enabling dynamic IPv6 address allocation.
You can’t perform that action at this time.
0 commit comments