Skip to content

maliceio/elasticsearch

Repository files navigation

es-logo

malice-elasticsearch

CircleCI License Docker Stars Docker Pulls Docker Image

Malice's Custom Elasticsearch Docker Image

Table of Contents

Dependencies

Image Tags

REPOSITORY               TAG                 SIZE
malice/elasticsearch   latest              126MB
malice/elasticsearch   7.0                 126MB
malice/elasticsearch   6.6                 126MB
malice/elasticsearch   6.4                 127MB
malice/elasticsearch   6.3                 122MB
malice/elasticsearch   6.0                 117MB
malice/elasticsearch   5.6                 124MB
malice/elasticsearch   5.5                 123MB

Getting Started

$ docker run -d --name elastic -p 9200:9200 malice/elasticsearch

Documentation

Known Issues ⚠️

I have noticed when running the new 5.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

Issues

Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to file an issue

Credits

Heavily (if not entirely) influenced by https://github.com/docker-library/elasticsearch Production docs from https://stefanprodan.com/2016/elasticsearch-cluster-with-docker/

CHANGELOG

See CHANGELOG.md

Contributing

See all contributors on GitHub.

Please update the CHANGELOG.md and submit a Pull Request on GitHub.

License

MIT Copyright (c) 2016-2018 blacktop