- Notifications
You must be signed in to change notification settings - Fork11
Malice's Customized Elasticsearch
License
NotificationsYou must be signed in to change notification settings
maliceio/elasticsearch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Malice's CustomElasticsearch Docker Image
Table of Contents
REPOSITORY TAG SIZEmalice/elasticsearch latest 126MBmalice/elasticsearch 7.0 126MBmalice/elasticsearch 6.6 126MBmalice/elasticsearch 6.4 127MBmalice/elasticsearch 6.3 122MBmalice/elasticsearch 6.0 117MBmalice/elasticsearch 5.6 124MBmalice/elasticsearch 5.5 123MB
$ docker run -d --name elastic -p 9200:9200 malice/elasticsearch
I have noticed when running the new5.0+ version on a linux host you need to increase the memory map areas with the following command
sudo sysctl -w vm.max_map_count=262144
Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate tofile an issue
Heavily (if not entirely) influenced byhttps://github.com/docker-library/elasticsearchProduction docs fromhttps://stefanprodan.com/2016/elasticsearch-cluster-with-docker/
SeeCHANGELOG.md
See all contributors on GitHub.
Please update theCHANGELOG.md and submit aPull Request on GitHub.
MIT Copyright (c) 2016-2018blacktop