mirror of https://github.com/docker/docs.git
engine: remove swarm/services mention for ipv6
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
parent
6f66da293c
commit
eb3b3b73c6
|
@ -6,9 +6,9 @@ redirect_from:
|
||||||
- /engine/userguide/networking/default_network/ipv6/
|
- /engine/userguide/networking/default_network/ipv6/
|
||||||
---
|
---
|
||||||
|
|
||||||
Before you can use IPv6 in Docker containers or swarm services, you need to
|
Before you can use IPv6 in Docker containers, you need to
|
||||||
enable IPv6 support in the Docker daemon. Afterward, you can choose to use
|
enable IPv6 support in the Docker daemon. Afterward, you can choose to use
|
||||||
either IPv4 or IPv6 (or both) with any container, service, or network.
|
either IPv4 or IPv6 (or both) with any container or network.
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue