Skip to content

Instantly share code, notes, and snippets.

@halr9000
Created January 20, 2015 14:41
Show Gist options
  • Select an option

  • Save halr9000/30352fd13106828fefe4 to your computer and use it in GitHub Desktop.

Select an option

Save halr9000/30352fd13106828fefe4 to your computer and use it in GitHub Desktop.
docker run splunk
FROM centos:latest
MAINTAINER [email protected]
EXPOSE 8000 8089 9997 9887 8191
ADD splunk/ /opt/splunk/
VOLUME ["/opt/splunk/var/lib"]
CMD ["/opt/splunk/bin/splunk", "start", "--nodaemon", "--accept-license", "--no-prompt", "--answer-yes", "--auto-ports"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment