两台虚拟机操作了好多次,还是找不到原因
两个节点的容器互 ping 不了
崩溃中。。。
按这个教程来的
https://www.cnblogs.com/bigberg/p/8521542.html
ping 自己( 192.168.2.132 中的 centos2 容器)
[root@bb889745d6da /]# ping centos2
PING centos2 (10.0.0.3) 56(84) bytes of data.
64 bytes from bb889745d6da (10.0.0.3): icmp_seq=1 ttl=64 time=0.022 ms
64 bytes from bb889745d6da (10.0.0.3): icmp_seq=2 ttl=64 time=0.083 ms
64 bytes from bb889745d6da (10.0.0.3): icmp_seq=3 ttl=64 time=0.075 ms
ping 另一个容器( 192.168.2.131 中的 centos1 容器)
[root@bb889745d6da /]# ping centos1
PING centos1 (10.0.0.2) 56(84) bytes of data.
From bb889745d6da (10.0.0.3) icmp_seq=1 Destination Host Unreachable
From bb889745d6da (10.0.0.3) icmp_seq=2 Destination Host Unreachable
From bb889745d6da (10.0.0.3) icmp_seq=3 Destination Host Unreachable
192.168.2.131
ExecStart=/usr/bin/dockerd
-H unix://var/run/docker.sock
-H tcp://0.0.0.0:2375
--cluster-store=consul://192.168.2.170:8500
--cluster-advertise=192.168.2.131:2375
192.168.2.132
ExecStart=/usr/bin/dockerd
-H unix://var/run/docker.sock
-H tcp://0.0.0.0:2375
--cluster-store=consul://192.168.2.170:8500
--cluster-advertise=192.168.2.132:2375
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.