mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Merge pull request #13805 from froblesmartin/patch-2
chore: add missing IPvlan in network drivers list
This commit is contained in:
@@ -52,6 +52,11 @@ exist by default, and provide core networking functionality:
|
||||
This strategy removes the need to do OS-level routing between these
|
||||
containers. See [overlay networks](overlay.md).
|
||||
|
||||
- `ipvlan`: IPvlan networks give users total control over both IPv4 and IPv6
|
||||
addressing. The VLAN driver builds on top of that in giving operators complete
|
||||
control of layer 2 VLAN tagging and even IPvlan L3 routing for users
|
||||
interested in underlay network integration. See [IPvlan networks](ipvlan.md).
|
||||
|
||||
- `macvlan`: Macvlan networks allow you to assign a MAC address to a container,
|
||||
making it appear as a physical device on your network. The Docker daemon
|
||||
routes traffic to containers by their MAC addresses. Using the `macvlan`
|
||||
|
||||
Reference in New Issue
Block a user