Merge pull request #14001 from th0bse/patch-1

Add ipv6 switch to network creation
This commit is contained in:
Sebastiaan van Stijn 2022-02-11 23:41:51 +01:00 committed by GitHub
commit 49cbf196fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ unless the upstream network is explicitly routing it on VLAN `139`.
```console
# Create a v6 network
$ docker network create -d ipvlan \
--subnet=2001:db8:abc2::/64 --gateway=2001:db8:abc2::22 \
--ipv6 --subnet=2001:db8:abc2::/64 --gateway=2001:db8:abc2::22 \
-o parent=eth0.139 v6ipvlan139
# Start a container on the network