Skip to content

Instantly share code, notes, and snippets.

@danielef
Created September 2, 2016 16:43
Show Gist options
  • Save danielef/61ac5ac9f431734e8b28650f86d32624 to your computer and use it in GitHub Desktop.
Save danielef/61ac5ac9f431734e8b28650f86d32624 to your computer and use it in GitHub Desktop.
Run ElasticSearch in Docker
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