Dockerfile links6.4.1 (6.4.1/Dockerfile)6.4.0 (6.4.0/Dockerfile)6.4.2 (6/Dockerfile)5.6.12, 5.6, 5 (5/Dockerfile)5.6.12-alpine, 5.6-alpine, 5-alpine (5/alpine/Dockerfile)Where to get help:
the Elasticsearch Discuss Forums, the Elastic community
Where to file issues:
For issues with Elasticsearch Docker Image: https://github.com/elastic/elasticsearch-docker/issues
For issues with Elasticsearch: https://github.com/elastic/elasticsearch/issues
Maintained by:
the Elastic Team
Published image artifact details:
repo-info repo's repos/elasticsearch/ directory (history)
(image metadata, transfer size, etc)
Image updates:
official-images PRs with label library/elasticsearch
official-images repo's library/elasticsearch file (history)
Source of this description:
docs repo's elasticsearch/ directory (history)
Supported Docker versions:
the latest release (down to 1.6 on a best-effort basis)
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
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.
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.
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
See Install Elasticsearch with Docker
The elasticsearch images come in many flavors, each designed for a specific use case.
elasticsearch:<version>This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.
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.