From efd8127859c1e8acccde819433bfb3b90c0fbb6d Mon Sep 17 00:00:00 2001 From: Bingshen Wang Date: Fri, 13 Jan 2017 13:29:28 +0800 Subject: [PATCH] fix typo in get-started-macvlan.md --- engine/userguide/networking/get-started-macvlan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/userguide/networking/get-started-macvlan.md b/engine/userguide/networking/get-started-macvlan.md index d3e83ace638..d5e0830a90d 100644 --- a/engine/userguide/networking/get-started-macvlan.md +++ b/engine/userguide/networking/get-started-macvlan.md @@ -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 -``` \ No newline at end of file +```