From eb3b3b73c67006ceacbd51e594eb3281cee1866f Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Mon, 5 Jun 2023 10:09:07 +0200 Subject: [PATCH] engine: remove swarm/services mention for ipv6 Signed-off-by: David Karlsson --- config/daemon/ipv6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/daemon/ipv6.md b/config/daemon/ipv6.md index 7fde2f187d..68c3262abc 100644 --- a/config/daemon/ipv6.md +++ b/config/daemon/ipv6.md @@ -6,9 +6,9 @@ redirect_from: - /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 -either IPv4 or IPv6 (or both) with any container, service, or network. +either IPv4 or IPv6 (or both) with any container or network. > **Note** >