Created
September 2, 2016 16:43
-
-
Save danielef/61ac5ac9f431734e8b28650f86d32624 to your computer and use it in GitHub Desktop.
Run ElasticSearch in Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sysctl -q -w vm.max_map_count=262144 | |
docker run -p 9200:9200 --security-opt seccomp=unconfined -i -t danielef/elasticsearch:5.0.0-alpha5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment