Hi, I'm trying to test out Splunk docker in my Debian server, but I'm unable to get it start after several attempts. Creating splunk ... error
ERROR: for splunk Cannot start service splunk: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/sbin/entrypoint.sh\": stat /sbin/entrypoint.sh: permission denied": unknown
ERROR: for splunk Cannot start service splunk: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/sbin/entrypoint.sh\": stat /sbin/entrypoint.sh: permission denied": unknown
ERROR: Encountered errors while bringing up the project. docker-compose file: version: '3.3'
services:
splunk:
ports:
- '8500:8000'
environment:
- SPLUNK_START_ARGS=--accept-license
- SPLUNK_PASSWORD='removed'
volumes:
- /opt/docker/splunk/etc:/opt/splunk/etc
- /opt/docker/splunk/var:/opt/splunk/var
container_name: splunk
image: 'splunk/splunk:8.0'
... View more