Skip to content
MightyDetail edited this page May 21, 2021 · 12 revisions

coming soon...

Macvlan


docker network create -d macvlan --subnet=IPv4/24 --gateway=IPv4GatewayIP --subnet=IPv6::/64 --gateway=IPv6::1 -o parent=eth0 -o macvlan_mode=bridge LAN

Clone this wiki locally