1
1
---
2
2
title : 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
5
5
---
6
6
7
7
This series of tutorials deals with networking standalone containers which
@@ -13,7 +13,7 @@ to the appropriate container. For other networking topics, see the
13
13
## Goal
14
14
15
15
The 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
17
17
container to it.
18
18
19
19
## Prerequisites
@@ -119,9 +119,9 @@ on your network, your container appears to be physically attached to the network
119
119
$ docker network rm my-macvlan-net
120
120
` ` `
121
121
122
- # # 8021.q trunked bridge example
122
+ # # 802.1q trunked bridge example
123
123
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
125
125
of ` eth0` (called ` eth0.10` ) and Docker routes traffic to your container using
126
126
its MAC address. To network devices on your network, your container appears to
127
127
be physically attached to the network.
0 commit comments