虽然DockerFile安装了

时间:2017-11-15 12:10:42

标签: elasticsearch

我通过以下Docker文件在docker上安装elasticsearch:

FROM elasticsearch:5.6.4
RUN bin/elasticsearch-plugin install --batch x-pack 

我看到它成功安装了x-path。

但是当我运行以下内容时:

/usr/share/elasticsearch/bin/elasticsearch-plugin list

它给出了空结果。另外,我接受以下命令:

curl -XPUT -u elastic 'http://localhost:9200/_xpack/license' -H "Content-Type: application/json" -d @license.json

下一个结果:No handler found for uri [/_xpack/license] and method [PUT]

可能是什么原因以及我如何在docker里面的elasticsearch上安装x-path?

0 个答案:

没有答案