a reload is likely not enough

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-04-16 21:15:51 +02:00
parent 3a438ff329
commit 512c134e11

View file

@ -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.