Fix bridge image (#2502)

This commit is contained in:
Jim Galasyn 2017-03-27 16:53:27 -07:00 committed by GitHub
parent 269d8e14fb
commit 9f8b9d78d5
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Macvlan Bridge mode has a unique MAC address per container used to track MAC to
In the following example, `eth0` on the docker host has an IP on the `172.16.86.0/24` network and a default gateway of `172.16.86.1`. The gateway is an external router with an address of `172.16.86.1`. An IP address is not required on the Docker host interface `eth0` in `bridge` mode, it merely needs to be on the proper upstream network to get forwarded by a network switch or network router.
![Simple Macvlan Bridge Mode Example](images/macvlan_bridge_simple.png)
![Simple Macvlan Bridge Mode Example](images/macvlan_bridge_simple.svg)
**Note** For Macvlan bridge mode the subnet values need to match the NIC's interface of the Docker host. For example, Use the same subnet and gateway of the Docker host ethernet interface that is specified by the `-o parent=` option.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB