Browse Source
Fixes network creation in docker-run.md
pull/2018/head
Astesana
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
2 deletions
-
docs/content/examples/tutorials/docker-run.md
|
@ -7,9 +7,8 @@ To setup the IPv6 Network, simply run once: |
|
|
```shell |
|
|
```shell |
|
|
docker network create \ |
|
|
docker network create \ |
|
|
-d bridge --ipv6 \ |
|
|
-d bridge --ipv6 \ |
|
|
-d default \ |
|
|
|
|
|
--subnet 10.42.42.0/24 \ |
|
|
--subnet 10.42.42.0/24 \ |
|
|
--subnet fdcc:ad94:bacf:61a3::/64 wg \ |
|
|
--subnet fdcc:ad94:bacf:61a3::/64 wg |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
<!-- ref: major version --> |
|
|
<!-- ref: major version --> |
|
|