标签:syn 路由 桥接网络 路由器 -- title tps php bridge
使用Docker Swarm,桥接网络可以在物理机器上传播,以构建逻辑覆盖网络。无论Container启动哪个节点,它仍然能够访问同一覆盖网络中的其他容器。但是,Swarm的功能没有UI支持。
docker network create -d macvlan --subnet=192.168.200.64/27 --gateway=192.168.200.64 -o parent=eth1 bridged_lan
参考资料:
https://forum.synology.com/enu/viewtopic.php?t=136957
https://forum.synology.com/enu/viewtopic.php?t=141865
标签:syn 路由 桥接网络 路由器 -- title tps php bridge
原文地址:https://www.cnblogs.com/codeRhythm/p/10111412.html