群晖docker
容器端口保存不了
ssh登录
运行
ip add 查看网络名字
ip4
docker network create -d macvlan --subnet=10.10.10.0/24 --gateway=10.10.10.1 -o parent=eth0 bridge-ip4
ip4/6
docker network create -d macvlan --subnet=10.10.10.0/24 --gateway=10.10.10.1 --ipv6 --subnet=240e::/60 --gateway=240e::1 -o parent=eth0 bridge-ip4/6
[lightbox title="202409160045"]
[/lightbox]