1

我已经设置了 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 

有任何想法吗?

4

1 回答 1

2

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

于 2015-08-20T03:33:18.443 回答