Skip to content

Instantly share code, notes, and snippets.

@wnqueiroz
Last active May 28, 2018 01:54
Show Gist options
  • Save wnqueiroz/f6ff27471b3c3d94c256a59722423023 to your computer and use it in GitHub Desktop.
Save wnqueiroz/f6ff27471b3c3d94c256a59722423023 to your computer and use it in GitHub Desktop.
Up elasticsearch container
docker container run -d -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:6.2.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment