群晖macvlan
**docker network create -d macvlan --subnet=192.168.31.0/24 --gateway=192.168.31.1 --ip-range=192.168.31.128/25 -o parent=eth1 macvlan1**
docker network create -d macvlan --subnet=192.168.2.0/24 --gateway=192.168.2.1 --ip-range=192.168.2.190/27 -o parent=eth0.1 macvlan1
docker network create -d macvlan --subnet=192.168.50.1/24 --gateway=192.168.50.1 -o parent=ovs_eth0 macv
**docker run -d --name=adguardhome --net=macvlan1** **--ip=192.168.31.253 --restart=always adguard/adguardhome:latest**
**docker network rm macvlan1**
docker run -d -it -v /volume3/docker/xiaoya:/data -p 5678:80 --name=xiaoyaliu-alist-1 --net=macvlan1 --ip=192.168.2.188 --restart=always xiaoyaliu/alist:latest
docker network create -d macvlan --subnet=192.168.2.0/24 --gateway=192.168.2.1 --ip-range=192.168.2.190/27 -o parent=ovs_eth0 macvlan1
docker network create -d macvlan --subnet=192.168.50.1/24 --gateway=192.168.50.1 -o parent=ovs_eth0 macv