Docker的swarm使用本地网络

如果要将container配置成本地LAN的ip区域,需要使用最新的macvlan驱动,并且网卡要支持混杂模式。

如果你用的是docker-machine,务必加上这一个参数:

docker-machine create -d virtualbox --virtualbox-hostonly-nicpromisc allow-all node-1

官方macvlan指南

传送门:《Local Scope Swarm Networking》

另一个解决的帖子

Leave a Reply

Your email address will not be published. Required fields are marked *