Docker image + plugins

Hi,

Is there an ES 5 Docker image with plugins installed too?

Hi @bendg25 first thing first: docker images for ELK found on Docker Hub are not officially maintained by Elastic.
However, I suggest you to start from the standard ones (like https://hub.docker.com/_/elasticsearch/) and then install the plugins you need on the container.
At that point you can commit the changes and, if you think would be useful, push the image to the Docker Hub :slight_smile:

Regards

In case it helps: https://www.elastic.co/guide/en/elasticsearch/reference/5.0/docker.html

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.