Created
February 8, 2017 13:43
-
-
Save ivankristianto/23cdb0d323712abac928f77e3dfd3a22 to your computer and use it in GitHub Desktop.
Run Elasticsearch on Docker
This file contains 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 --rm --name es -p 9200:9200 -p 9300:9300 elasticsearch:5.2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment