Installation

Splunk docker(v8.0) installation error

techc0de
Loves-to-Learn

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'

 

 

 

 

 

 

Labels (2)
0 Karma

techc0de
Loves-to-Learn

file permissions:

 

total 20
drwxr-xr-x  4 dockeruser users 4096 Aug 16 16:46 .
drwx--x--x 36 root       root  4096 Aug 16 16:45 ..
-rw-r--r--  1 dockeruser users  327 Aug 16 16:46 docker-compose.yml
drwxr-xr-x 15 dockeruser users 4096 Aug 16 16:22 etc
drwxr-xr-x  2 dockeruser users 4096 Aug 15 21:37 var
0 Karma
Get Updates on the Splunk Community!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...