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!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

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

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...