Skip to content

Instantly share code, notes, and snippets.

@NicolasGeraud
Created September 10, 2017 08:38
Show Gist options
  • Save NicolasGeraud/59a112f985f9d08d475975393109a599 to your computer and use it in GitHub Desktop.
Save NicolasGeraud/59a112f985f9d08d475975393109a599 to your computer and use it in GitHub Desktop.
docker run -p 9300:9300 \
-p 9200:9200 \
-e "http.host=0.0.0.0" \
-e "transport.host=0.0.0.0" \
-e 'xpack.security.enabled=false' \
-e 'xpack.monitoring.enabled=false' \
-e 'cluster.name=elasticsearch' \
-d \
--name es5 \
docker.elastic.co/elasticsearch/elasticsearch:5.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment