Docker image inheritance:
Elasticsearch data directory is /data.
Configuration is defined as:
path:
data: /data/data
logs: /data/log
plugins: /data/plugins
work: /data/work
Exposed ports:
docker run -d --name elasticsearch -p 9200:9200 -p 9300:9300 -v /opt/elasticsearch:/data shift/elasticsearch
Content type
Image
Digest
sha256:918514d48…
Size
295.1 MB
Last updated
almost 9 years ago
docker pull shift/elasticsearch:1.5.2