Skip to content

Instantly share code, notes, and snippets.

@tekmaven
Created September 25, 2017 17:47
Show Gist options
  • Save tekmaven/eed91d573ee1d52ec26c14de577f7c0a to your computer and use it in GitHub Desktop.
Save tekmaven/eed91d573ee1d52ec26c14de577f7c0a to your computer and use it in GitHub Desktop.
Run ElasticSearch on Docker
docker run -p 9200:9200 -e "xpack.security.enabled=false" -e "http.host=0.0.0.0" -e "transport.host=127.0.0.1" --name elasticsearch --restart always docker.elastic.co/elasticsearch/elasticsearch:5.4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment