Sign inSign up

pdbs/elasticsearch

By pdbs

Updated about 4 years ago

elasticsearch docker image

Image
0

6.1K

pdbs/elasticsearch repository overview

elasticsearch

Config file elasticsearch.yml is in /etc/elasticsearch, data in /var/lib/elasticsearch.

The parameter vm.max_map_count has to be set to a minimum of 262144 in /etc/sysctl.conf (or command line using sysctl -w) on the docker host.

Run Container

docker run -p 9200:9200 --name $containerName pdbs/elasticsearch

Run service

docker service create --name $serviceName \
    --network $networkName \
    --mount type=bind,source=/$basedir/data,target=/var/lib/elasticsearch \
pdbs/elasticsearch

Tag summary

Content type

Image

Digest

sha256:76c6bb5a0

Size

386.1 MB

Last updated

about 4 years ago

docker pull pdbs/elasticsearch