Customized Elasticsearch
262
Customized Elasticsearch images based from
docker.elastic.co/elasticsearch/elasticsearch.
These images add plugins used in our environment, and also include some extra settings for JVM options.
-Xms and -Xmx settings to ES_JAVA_OPTSdocker run --name elastic \
-e ES_MEMORY=1g \
-e bootstrap.memory_lock=true \
-e cluster.name=mycluster \
-e node.name=mynode \
-v /my/local/data/dir:/usr/share/elasticsearch/data
steadyserv/elasticsearch:5.1.1
See https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html for details about running ES with this docker image.
Content type
Image
Digest
Size
108.6 MB
Last updated
over 9 years ago
docker pull steadyserv/docker-elasticsearch:5.3