输入/usr/bin/dockerd -H tcp://0.0.0.0:2375。。。命令报错,请问如何解决
来源:5-3 数据持久化之Data Volume
慕少9424800
2018-11-07
ERRO[2018-11-07T09:22:53.810954499+08:00] 2018/11/07 09:22:53 [ERR] memberlist: Conflicting address for localhost.localdomain. Mine: 192.168.20.103:7946 Theirs: 192.168.20.119:7946
ERRO[2018-11-07T09:22:53.810981602+08:00] 2018/11/07 09:22:53 [ERR] serf: Node name conflicts with another node at 192.168.20.119:7946. Names must be unique! (Resolution enabled: true)
ERRO[2018-11-07T09:22:53.819904311+08:00] 2018/11/07 09:22:53 [ERR] memberlist: Conflicting address for localhost.localdomain. Mine: 192.168.20.103:7946 Theirs: 192.168.20.119:7946
ERRO[2018-11-07T09:22:53.819927110+08:00] 2018/11/07 09:22:53 [ERR] serf: Node name conflicts with another node at 192.168.20.119:7946. Names must be unique! (Resolution enabled: true)
WARN[2018-11-07T09:22:57.011911353+08:00] 2018/11/07 09:22:57 [WARN] serf: minority in name conflict resolution, quiting [0 / 0]
WARN[2018-11-07T09:22:57.011973879+08:00] 2018/11/07 09:22:57 [WARN] serf: Shutdown without a Leave
WARN[2018-11-07T09:22:57.020982238+08:00] 2018/11/07 09:22:57 [WARN] serf: minority in name conflict resolution, quiting [0 / 0]
3回答
-
慕少9424800
提问者
2018-11-07
是的,那个etcd状态是好的,创建overlay网络也可以传到对端机器,就是容器间无法互相ping通
012018-11-07 -
麦兜搞IT
2018-11-07
如果是etcd的实验,请确保 etcd cluster是正常的
etcd-v3.0.12-linux-amd64$ ./etcdctl cluster-health member 21eca106efe4caee is healthy: got healthy result from http://192.168.205.10:2379 member 8614974c83d1cc6d is healthy: got healthy result from cluster is healthy
012018-11-07 -
麦兜搞IT
2018-11-07
memberlist: Conflicting address for localhost.localdomain. Mine: 192.168.20.103:7946 Theirs: 192.168.20.119:7946 . 地址冲突? 请问您是做etcd那个实验么?
012018-11-07
相似问题