Skip to content

Instantly share code, notes, and snippets.

@imetallica
Last active March 20, 2018 21:52
Show Gist options
  • Select an option

  • Save imetallica/ee470e59132cd5c9f98a492085d9a591 to your computer and use it in GitHub Desktop.

Select an option

Save imetallica/ee470e59132cd5c9f98a492085d9a591 to your computer and use it in GitHub Desktop.
Docker commands for fun and profit
# Elastic Search
docker run --rm -d -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:6.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment