Sign inSign up

740162752/elasticsearch

By 740162752

Updated over 4 years ago

es 6.8.1 版本学习自用

Image
0

1.7K

740162752/elasticsearch repository overview

docker run -d --name elastic -p 9200:9200 740162752/elasticsearch:6.8.1

若提示一下错误

ERROR: [1] bootstrap checks failed. You must address the points described in the following [1] lines before starting Elasticsearch.
bootstrap check failure [1] of [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

需要操作宿主机

sysctl -w vm.max_map_count=262144

Tag summary

Content type

Image

Digest

Size

125.8 MB

Last updated

over 4 years ago

docker pull 740162752/elasticsearch