macvlan on VLAN interface eth0.50 (tagged VLAN 50)
sudo docker network create -d macvlan \
--subnet=192.168.50.0/24 \
--gateway=192.168.50.1 \
-o parent=eth0.50 \
vlan50_net
sudo docker network create -d macvlan \
--subnet=192.168.50.0/24 \
--gateway=192.168.50.1 \
-o parent=eth0.50 \
vlan50_net
No comments to display
No comments to display