
This repository contains a Dockerfile of the Elastic Stack.
NOTE: tag geoip is the same as tag latest, but includes the ingest-geoip and the ingest-user-agent plugins.
$ docker run -d --name elstack -p 80:80 -p 9200:9200 babim/elastic-stack
http://localhosthttp://$(docker-machine ip)$(docker inspect -f '{{ .NetworkSettings.IPAddress }}' elstack)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
echo "vm.max_map_count=262144" | sudo tee -a /etc/sysctl.conf
sudo sysctl -w vm.max_map_count=262144
Heavily (if not entirely) influenced by all the elastic official docker images
Content type
Image
Digest
Size
549.7 MB
Last updated
over 7 years ago
docker pull babim/elastic-stack