我已经设置了 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
有任何想法吗?