Error when setting up docker host on Alpine Linux VM #1500

Closed
opened 2026-02-28 02:23:24 -05:00 by deekerman · 1 comment
Owner

Originally created by @vPeteWalker on GitHub (Oct 19, 2022).

Hi there. Attempting to setup a Docker host to monitor. When I attempt it, I receive "connect EACCES /var/run/docker.sock". Thank you for the help.

docker-compose.yml

services:
  uptime-kuma:
    image: louislam/uptime-kuma:1
    container_name: uptime-kuma
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/New_York
      - UMASK=002
      - DEBUG=no
     #- WEBSOCKET=true
    volumes:
      - /config/uptime-kuma/data:/app/data
      - /var/run/docker.sock:/var/run/docker.sock:ro
    ports:
      - 3001:3001
    restart: always

Here is the docker info:

Client:
 Version:           20.10.20
 API version:       1.41
 Go version:        go1.18.7
 Git commit:        9fdeb9c3de2f2d9f5799be373f27b2f9df44609d
 Built:             Wed Oct 19 03:04:31 2022
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server:
 Engine:
  Version:          20.10.20
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.18.7
  Git commit:       03df974ae9e6c219862907efdd76ec2e77ec930b
  Built:            Wed Oct 19 02:58:31 2022
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.6.8
  GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
 runc:
  Version:          1.1.4
  GitCommit:        5fd4c4d144137e991c4acebb2146ab1483a97925
 docker-init:
  Version:          0.19.0
  GitCommit:

OS Info:

Linux ct01.local 5.15.74-0-virt #1-Alpine SMP Sat, 15 Oct 2022 18:26:49 +0000 x86_64 Linux
Originally created by @vPeteWalker on GitHub (Oct 19, 2022). Hi there. Attempting to setup a Docker host to monitor. When I attempt it, I receive "connect EACCES /var/run/docker.sock". Thank you for the help. docker-compose.yml ``` services: uptime-kuma: image: louislam/uptime-kuma:1 container_name: uptime-kuma environment: - PUID=1000 - PGID=1000 - TZ=America/New_York - UMASK=002 - DEBUG=no #- WEBSOCKET=true volumes: - /config/uptime-kuma/data:/app/data - /var/run/docker.sock:/var/run/docker.sock:ro ports: - 3001:3001 restart: always ``` Here is the docker info: ``` Client: Version: 20.10.20 API version: 1.41 Go version: go1.18.7 Git commit: 9fdeb9c3de2f2d9f5799be373f27b2f9df44609d Built: Wed Oct 19 03:04:31 2022 OS/Arch: linux/amd64 Context: default Experimental: true Server: Engine: Version: 20.10.20 API version: 1.41 (minimum version 1.12) Go version: go1.18.7 Git commit: 03df974ae9e6c219862907efdd76ec2e77ec930b Built: Wed Oct 19 02:58:31 2022 OS/Arch: linux/amd64 Experimental: false containerd: Version: v1.6.8 GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 runc: Version: 1.1.4 GitCommit: 5fd4c4d144137e991c4acebb2146ab1483a97925 docker-init: Version: 0.19.0 GitCommit: ``` OS Info: ``` Linux ct01.local 5.15.74-0-virt #1-Alpine SMP Sat, 15 Oct 2022 18:26:49 +0000 x86_64 Linux ```
deekerman 2026-02-28 02:23:24 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Oct 19, 2022):

@vPeteWalker: Hello! 👋

This issue is being automatically closed because it does not follow the issue template. Please DO NOT open a blank issue.

@github-actions[bot] commented on GitHub (Oct 19, 2022): @vPeteWalker: Hello! :wave: This issue is being automatically closed because it does not follow the issue template. Please DO NOT open a blank issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#1500
No description provided.