Merge pull request #12072 from bpmarinho/patch-1

Fix ipvlan
This commit is contained in:
Usha Mandya 2021-01-19 18:00:33 +00:00 committed by GitHub
commit f10eb36dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ $ docker network create -d ipvlan \
--subnet=192.168.212.0/24 \ --subnet=192.168.212.0/24 \
--gateway=192.168.210.254 \ --gateway=192.168.210.254 \
--gateway=192.168.212.254 \ --gateway=192.168.212.254 \
-o ipvlan_mode=l2 ipvlan210 -o ipvlan_mode=l2 -o parent=eth0 ipvlan210
``` ```
## Use IPv6 ## Use IPv6