Elasticsearch built on top of mschoch/java.
2.0K
Ports 9200, 9300 are exposed by default under randomly generated host ports. To make good use of the server, you probably want to specify your own.
If you'd like to preserve your data across invocations, you'll want to create space on the host to map in:
mkdir -p /home/core/data/elasticsearch
Example execution of that image using the above directory mapping:
sudo docker run -v /home/core/data/elasticsearch:/var/lib/elasticsearch -p 9200:9200 -p 9300:9300 mschoch/elasticsearch
The dockerfile used to create this image is in this gist.
Content type
Image
Digest
sha256:dc5cbb1fc…
Size
253.9 MB
Last updated
almost 11 years ago
docker pull mschoch/elasticsearch