Latest Elasticsearch 1.7.2 and previous releases (tagged by version)
5M+
Elasticsearch taken from the official http://www.elasticsearch.org/
All versions are tagged, so you can rely on a particular version by tag. latest is always tagged 'latest'.
Kept up to date with latest Elasticsearch release.
docker run -d -p 9200:9200 -p 9300:9300 barnybug/elasticsearch:latest
Previous Elasticsearch versions are tagged:
The data and logs volumes are exported as a /data volume and a /logs volume. You can pull them across to new versions of the container using --volumes-from ... when launching the newer version. Be sure not to run two versions concurrently on the same volumes though!
To customise the elasticsearch.yml configuration, create your own Dockerfile deriving from this image, e.g.:
FROM barnybug/elasticsearch
ADD elasticsearch.yml /elasticsearch/config/elasticsearch.yml
Content type
Image
Digest
sha256:236bf34ed…
Size
168.6 MB
Last updated
almost 11 years ago
docker pull barnybug/elasticsearch