赞
踩
elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7f25e0e93c18>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7f25e0e93c18>: Failed to establish a new connection: [Errno 111] Connection refused)
错误原因: 容器没有启动成功
解决方法
创建容器,后台运行,指定ubuntu 路径/home/python/elasticsearch-2.4.6/config 与 /usr/share/elasticsearch/config delron/elasticsearch-ik 相互访问
sudo docker run -dti --network=host --name=elasticsearch -v /home/python/elasticsearch-2.4.6/config:/usr/share/elasticsearch/config delron/elasticsearch-ik:2.4.6-1.0
查看正在运行的容器
docker container ls
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。