Skip to content

Instantly share code, notes, and snippets.

@ipepe
Last active November 15, 2019 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipepe/718b67398b964178cf1b01d7f0b56183 to your computer and use it in GitHub Desktop.
Save ipepe/718b67398b964178cf1b01d7f0b56183 to your computer and use it in GitHub Desktop.
#!/bin/bash
docker run -d --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:6.8.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment