From 512c134e1137d4791a86e4e6af9d509ce133f736 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sun, 16 Apr 2023 21:15:51 +0200 Subject: [PATCH] a reload is likely not enough Signed-off-by: Simon L --- docker-ipv6-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-ipv6-support.md b/docker-ipv6-support.md index a7c475d7..72b636d0 100644 --- a/docker-ipv6-support.md +++ b/docker-ipv6-support.md @@ -20,7 +20,7 @@ Before you can use IPv6 in Docker containers or swarm services, you need to enab 2. Reload the Docker configuration file. ```console - sudo systemctl reload docker + sudo systemctl restart docker ``` You can now create networks with the `--ipv6` flag and assign containers IPv6 addresses using the `--ip6` flag.