我已经设置了docker swarm,安装在2个ubuntu盒子上,一个centos,由防火墙,selinux,iptables组成。

这是我使用的指南:http://devopscube.com/docker-tutorial-getting-started-with-docker-swarm/

当我尝试管理群时,得到以下信息:

swarm manage token://28dc122221ee60ea44f587e0a338f638
INFO[0000] Listening for HTTP                            addr=127.0.0.1:2375 proto=tcp
ERRO[0000] Get http://10.20.7.143:2375/v1.15/info: dial tcp 10.20.7.143:2375: connection refused
ERRO[0000] Get http://10.20.7.144:2375/v1.15/info: dial tcp 10.20.7.144:2375: connection refused
ERRO[0000] Get http://10.20.7.146:2375/v1.15/info: dial tcp 10.20.7.146:2375: connection refused

有任何想法吗?

最佳答案

您可能错过了有关更新的群发文章的内容。这是帖子的链接。
http://devopscube.com/how-to-setup-and-configure-docker-swarm-cluster/
有用!

09-05 14:11