Quantcast
Channel: Raspberry Pi – IT Solutions Technology Blog
Viewing all articles
Browse latest Browse all 1171

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

$
0
0

   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


Viewing all articles
Browse latest Browse all 1171

Trending Articles