Archive - Connecting the Docker container to the external network via VLAN
Create Docker network Get network id: `ip addr show` Create the Docker network with MACVLAN driver. The part ens192 of parent adapts to the environment. docker network create -d macvlan \ ...