飞牛docker使用独立IP+IPV6!!!
docker network create -d macvlan --subnet=192.168.0.0/24 --gateway=192.168.0.1 --ipv6 --subnet=2408:824e:803:f70::/64 --gateway=2408:824e:803:f70::1 -o parent=enp3s0-ovs ipv6
#如开启了虚拟机ovs网络模式,此处应该是parent=enp3s0-ovs
用法:
docker run --name qbittorrent --network ipv6 -v /vol1/thumb/docker/qb/config:/config -v /vol2/1000/38t/sl/qbsl:/downloads --ip=192.168.0.188 --restart=always --privileged=true -d linuxserver/qbittorrent:latest
#如开启了虚拟机ovs网络模式,此处应该是parent=enp3s0-ovs

docker内部:

qb:
