macvlan
Un mode réseau Docker qui donne au conteneur sa propre adresse MAC et IP sur le LAN physique.
macvlan is useful when a container needs to appear as a real device on your network — for example Pi-hole listening on port 53 without conflicting with the host. It has quirks, like the host being unable to reach the container directly.
Articles connexes
Docker
A platform for packaging applications and their dependencies into lightweight, portable containers.
MAC Address
A unique hardware identifier assigned to a device's network interface.
VLAN(Virtual LAN)
Segment réseau logique qui isole le trafic sur des switchs physiques partagés.