mirror of
https://github.com/docker/docs.git
synced 2026-03-29 23:38:56 +07:00
Remove experimental intro from macvlan (#1335)
Opening sentence does not read after this sentence was migrated from experimental. Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
@@ -4,7 +4,7 @@ keywords: Examples, Usage, network, docker, documentation, user guide, macvlan,
|
||||
title: Get started with Macvlan network driver
|
||||
---
|
||||
|
||||
The Macvlan driver is in order to make Docker users use cases and vet the implementation to ensure a hardened, production ready driver. Libnetwork now gives users total control over both IPv4 and IPv6 addressing. The VLAN drivers build on top of that in giving operators complete control of layer 2 VLAN tagging for users interested in underlay network integration. For overlay deployments that abstract away physical constraints see the [multi-host overlay ](/engine/userguide/networking/get-started-overlay/) driver.
|
||||
Libnetwork gives users total control over both IPv4 and IPv6 addressing. The VLAN drivers build on top of that in giving operators complete control of layer 2 VLAN tagging for users interested in underlay network integration. For overlay deployments that abstract away physical constraints see the [multi-host overlay ](/engine/userguide/networking/get-started-overlay/) driver.
|
||||
|
||||
Macvlan is a new twist on the tried and true network virtualization technique. The Linux implementations are extremely lightweight because rather than using the traditional Linux bridge for isolation, they are simply associated to a Linux Ethernet interface or sub-interface to enforce separation between networks and connectivity to the physical network.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user