我已经设置了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
任何想法?
答案 0 :(得分:1)
您可能错过了有关更新后的swarm帖子的内容。这是帖子的链接。 http://devopscube.com/how-to-setup-and-configure-docker-swarm-cluster/ 它有效!