Skip to content

Instantly share code, notes, and snippets.

@ivankristianto
Created February 8, 2017 13:43
Show Gist options
  • Save ivankristianto/23cdb0d323712abac928f77e3dfd3a22 to your computer and use it in GitHub Desktop.
Save ivankristianto/23cdb0d323712abac928f77e3dfd3a22 to your computer and use it in GitHub Desktop.
Run Elasticsearch on Docker
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