Docker Official Images – Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore

   Elasticsearch – is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases as the heart of the Elastic Stack it centrally stores your data so you can discover the expected and uncover the unexpected

https://hub.docker.com/_/elasticsearch

# docker network create somenetwork
# docker run -d –name elasticsearch –net somenetwork -p 9200:9200 -p 9300:9300 -e „discovery.type=single-node“ elasticsearch:tag

Leave a Reply

You must be logged in to post a comment.