How can I use a docker swarm mode manager behind a floating IP

五迷三道 提交于 2019-12-03 17:11:06

There is an issue with native swarm mode, when it comes to binding to a non system IP Address as docker 1.12.5. There has been multiple github issues, but the problem still persists.

To define non system IP Address: IP Addresses used with technologies like DNAT. These IP Addresses are not set on local interface and visible to underlying operating system.

sources: link1, link2, link3.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!