群晖docker容器端口保存不了
- 技术
- 24天前
- 10328热度
- 0评论
群晖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
202409160045