来自网络的回复:我试了能成功。
如果你由于使用了VMM或其他原因开启了open vSwitch,那么在创建macvlan的时候不要选择物理网卡eth0而选择使用ovs虚拟的网卡osv_eth0就不会有问题:
原命令:
docker network create -d macvlan --subnet=10.0.0.0/24 --gateway=10.0.0.1 -o parent=eth0 openwrt
改为:
docker network create -d macvlan --subnet=10.0.0.0/24 --gateway=10.0.0.1 -o parent=ovs_eth0 openwrt
关注数量超出限制,
请先删除部分内容再尝试