Docker 群问题连接在管理上被拒绝

Docker swarm issue connection refused on manage

我搭建了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 

有什么想法吗?

您可能错过了有关更新群的内容 post。这是 link 到 post。 http://devopscube.com/how-to-setup-and-configure-docker-swarm-cluster/ 有效!