Skip to content

Instantly share code, notes, and snippets.

@Faizanq
Created May 25, 2019 09:17
Show Gist options
  • Save Faizanq/781b6b2a3d8e089124eedd5dab29ef28 to your computer and use it in GitHub Desktop.
Save Faizanq/781b6b2a3d8e089124eedd5dab29ef28 to your computer and use it in GitHub Desktop.
Step 1 - install
sudo docker pull docker.elastic.co/elasticsearch/elasticsearch:7.1.0
Step 2 - Run
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment