fix typo in get-started-macvlan.md (#1121)

This commit is contained in:
Bingshen Wang 2017-01-14 05:05:44 +08:00 committed by John Mulhausen
parent 6dc089e6f0
commit c06c398c4a
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Macvlan Bridge mode has a unique MAC address per container used to track MAC to
- The same `docker network` commands apply to the vlan drivers.
- In Macvlan mode, containers on separate networks cannot reach one another without an external process routing between the two networks/subnets. This also applies to multiple subnets within the same `docker network
- In Macvlan mode, containers on separate networks cannot reach one another without an external process routing between the two networks/subnets. This also applies to multiple subnets within the same docker network.
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.
@ -253,4 +253,4 @@ root@526f3060d759:/# ip -6 route
2001:db8:abc4::/64 dev eth0 proto kernel metric 256
2001:db8:abc8::/64 dev eth0 proto kernel metric 256
default via 2001:db8:abc8::10 dev eth0 metric 1024
```
```