我正在尝试在我的 Mac (HighSierra) 上启动 elasticsearch 2.4.6。
使用:Docker Kitematic 0.17.2,Docker for Mac 18.06.1
在我下载并在容器中运行选定的图像后,我有
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
dc5e1f90ce24 elasticsearch:2.4.6 "/docker-entrypoint.…" 13 hours ago Up 3 minutes 0.0.0.0:32782->9200/tcp, 0.0.0.0:32781->9300/tcp elasticsearch
但无法通过 9200、9300 联系 Elastic
curl 'http://localhost:9200/?pretty'
curl: (7) Failed to connect to localhost port 9200: Connection refused
curl 'http://0.0.0.0:9200/?pretty'
curl: (7) Failed to connect to 0.0.0.0 port 9200: Connection refused
0.0.0.0 不应该可用吗?