11---
22title : Networking using a macvlan network
3- description : Tutorials for networking using a macvlan bridge network and 8021.q trunk bridge network
4- keywords : networking, macvlan, 8021.q , standalone
3+ description : Tutorials for networking using a macvlan bridge network and 802.1q trunk bridge network
4+ keywords : networking, macvlan, 802.1q , standalone
55---
66
77This series of tutorials deals with networking standalone containers which
@@ -13,7 +13,7 @@ to the appropriate container. For other networking topics, see the
1313## Goal
1414
1515The goal of these tutorials is to set up a bridged ` macvlan ` network and attach
16- a container to it, then set up an 8021.q trunked ` macvlan ` network and attach a
16+ a container to it, then set up an 802.1q trunked ` macvlan ` network and attach a
1717container to it.
1818
1919## Prerequisites
@@ -119,9 +119,9 @@ on your network, your container appears to be physically attached to the network
119119 $ docker network rm my-macvlan-net
120120 ` ` `
121121
122- # # 8021.q trunked bridge example
122+ # # 802.1q trunked bridge example
123123
124- In the 8021.q trunked bridge example, your traffic flows through a sub-interface
124+ In the 802.1q trunked bridge example, your traffic flows through a sub-interface
125125of ` eth0` (called ` eth0.10` ) and Docker routes traffic to your container using
126126its MAC address. To network devices on your network, your container appears to
127127be physically attached to the network.
0 commit comments