Created
May 25, 2019 09:17
-
-
Save Faizanq/781b6b2a3d8e089124eedd5dab29ef28 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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