Browse Source

Fixes network creation in docker-run.md

pull/2018/head
Astesana 3 weeks ago
committed by GitHub
parent
commit
8758b38dfd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      docs/content/examples/tutorials/docker-run.md

3
docs/content/examples/tutorials/docker-run.md

@ -7,9 +7,8 @@ To setup the IPv6 Network, simply run once:
```shell
docker network create \
-d bridge --ipv6 \
-d default \
--subnet 10.42.42.0/24 \
--subnet fdcc:ad94:bacf:61a3::/64 wg \
--subnet fdcc:ad94:bacf:61a3::/64 wg
```
<!-- ref: major version -->

Loading…
Cancel
Save