chore: add missing IPvlan in network drivers list

Signed-off-by: Francisco Robles Martín f.robles.martin@pm.me
This commit is contained in:
Francisco Robles Martín 2021-11-07 16:29:58 +01:00 committed by GitHub
parent d336662dcb
commit d2673f7458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ exist by default, and provide core networking functionality:
This strategy removes the need to do OS-level routing between these This strategy removes the need to do OS-level routing between these
containers. See [overlay networks](overlay.md). 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, - `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 making it appear as a physical device on your network. The Docker daemon
routes traffic to containers by their MAC addresses. Using the `macvlan` routes traffic to containers by their MAC addresses. Using the `macvlan`