Sign inSign up

vistart/elasticsearch

By vistart

Updated about 7 years ago

elasticsearch with analysis-ik, analysis-pinyin and analysis-stconvert.

Image
0

1.5K

vistart/elasticsearch repository overview

Best Practises

  • Mount the data volume at /usr/share/elasticsearch/data instead of mounting the local directory.
  • Deploy the cluster with docker-compose and deploy it with other related services instead of deploying it separately.
  • When you need to back up, stop the container first, then load the container as a data volume container into another one, such as: docker run --volumes-from <elasticsearch-container-with-data-volume> -v <directory-in-local>:<directory-in-container> vistart/ubuntu:18.04 tar -zcvf <directory-in-container>/elasticsearch_data.tar.gz /usr/share/elasticsearch/data

Tag summary

Content type

Image

Digest

Size

437.2 MB

Last updated

about 7 years ago

docker pull vistart/elasticsearch:7.3.1