Install Docker
Download automated build from public Docker Hub Registry: docker pull qapps/elasticsearch
(alternatively, you can build an image from Dockerfile: docker build -t="qapps/elasticsearch" github.com/qualiapps/elasticsearch)
docker run -d -p 9200:9200 -p 9300:9300 --name elasticsearch qapps/elasticsearch
Create a mountable data directory on the host.
Start a container by mounting data directory:
docker run -d -p 9200:9200 -p 9300:9300 -v <data-dir>:/data qapps/elasticsearch
Content type
Image
Digest
sha256:f2b69fb33…
Size
330.6 MB
Last updated
almost 11 years ago
docker pull qapps/elasticsearch