docs/elasticsearch
Docker Library Bot 9cefc866a0 Run update.sh 2025-06-05 11:12:14 -07:00
..
README-short.txt Revert "Remove deprecated image docs" 2017-10-23 16:36:18 -07:00
README.md Run update.sh 2025-06-05 11:12:14 -07:00
compose.yaml Convert all `stack.yml` to `compose.yaml` 2025-05-05 15:34:52 -07:00
content.md Link updated on elasticsearch 2019-12-19 00:37:41 +06:00
get-help.md Update Elasticsearch docs 2018-10-02 13:23:53 -06:00
github-repo Corrected repo reference 2019-02-15 13:42:51 +01:00
issues.md Update Elasticsearch repo reference 2019-02-14 12:38:25 +01:00
license.md Update the location of the Elastic License 2021-04-20 18:27:35 +02:00
logo.png Update logos for Elasticsearch, Kibana 2018-11-09 16:38:12 +11:00
maintainer.md Update Elasticsearch docs 2018-10-02 13:23:53 -06:00
metadata.json Add Docker Hub categories (#2446) 2024-05-17 11:44:00 -07:00
variant-alpine.md Remove newline in "elasticsearch/variant-alpine.md" so it's a proper empty file 2018-10-18 15:18:08 -07:00

README.md

Quick reference

Supported tags and respective Dockerfile links

Quick reference (cont.)

What is Elasticsearch?

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.

For more information about Elasticsearch, please visit www.elastic.co/products/elasticsearch

logo

About This Image

This default distribution is governed by the Elastic License, and includes the full set of free features.

View the detailed release notes here.

Not the version you're looking for? View all supported past releases.

How to use this image

Note: Pulling an images requires using a specific version number tag. The latest tag is not supported.

For Elasticsearch versions prior to 6.4.0 a full list of images, tags, and documentation can be found at docker.elastic.co.

For full Elasticsearch documentation see here.

The commands below are intended for deploying in a development context only. For production installation and configuration, see Install Elasticsearch with Docker.

Running in Development Mode

Create user defined network (useful for connecting to other services attached to the same network (e.g. Kibana)):

$ docker network create somenetwork

Run Elasticsearch:

$ docker run -d --name elasticsearch --net somenetwork -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:tag

Running in Production Mode

See Install Elasticsearch with Docker

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

Some additional license information which was able to be auto-detected might be found in the repo-info repository's elasticsearch/ directory.

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.