Created
September 12, 2017 15:00
-
-
Save fraserr/5243df329f81b7e45758a48562d4b266 to your computer and use it in GitHub Desktop.
docker run elasticsearch without x pack
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
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