Skip to content

Instantly share code, notes, and snippets.

@phsantiago32
Created October 9, 2018 18:27
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 phsantiago32/16c4898c6bf363b12302151653a28eaa to your computer and use it in GitHub Desktop.
Save phsantiago32/16c4898c6bf363b12302151653a28eaa to your computer and use it in GitHub Desktop.
Run Splunk on Docker
#!/bin/sh
docker run --name splunk --hostname splunk -p 8000:8000 -p 8088:8088 -p 10000:10000 -d -e "SPLUNK_START_ARGS=--accept-license --answer-yes --seed-passwd {YOUR_PASSWORD}" -e "OPTIMISTIC_ABOUT_FILE_LOCKING=1" splunk/splunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment