Elasticsearch service container.
To run this container and bind port 9200:
docker run -d -p 9200:9200 luislavena/mini-elasticsearch
Note that port 9300 (tcp) is also exposed, but is not required unless you
want to build a multi-node cluster using this container :wink:
You can now check the logs:
docker logs <CONTAINER_ID>
This container exposes /var/lib/elasticsearch as bind mount volume. You can
mount it when starting the container:
docker run -v /mydata/elasticsearch:/var/lib/elasticsearch -d -p 9200:9200 luislavena/mini-elasticsearch
We recommend you mount the volume to avoid loosing data between updates to this container.
ISC
Content type
Image
Digest
sha256:5393b4561…
Size
73.4 MB
Last updated
almost 11 years ago
docker pull luislavena/mini-elasticsearch