Skip to content

Instantly share code, notes, and snippets.

@fraserr
Created September 12, 2017 15:00
Show Gist options
  • Save fraserr/5243df329f81b7e45758a48562d4b266 to your computer and use it in GitHub Desktop.
Save fraserr/5243df329f81b7e45758a48562d4b266 to your computer and use it in GitHub Desktop.
docker run elasticsearch without x pack
docker run -d -p 9200:9200 --name elasticsearch -e "http.host=0.0.0.0" -e "transport.host=127.0.0.1" -e "xpack.security.enabled=false" docker.elastic.co/elasticsearch/elasticsearch:5.2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment