[GH-ISSUE #36] Unable to access any container! #16

Open
opened 2026-03-03 19:10:54 +03:00 by kerem · 0 comments
Owner

Originally created by @abmmhasan on GitHub (Mar 22, 2024).
Original GitHub issue: https://github.com/productiveops/dokemon/issues/36

{"level":"error","error":"reading digest latest in docker.io/library/localhost-app: requested access to the resource is denied","containerId":"e5c3f1874750331c924c79fbc2debcfedd4065c1ab43ab1cf7c58f987753b8e4","image":"localhost-app","time":"2024-03-22T14:54:31Z","message":"Error while checking if container is stale"}

Problem showing with every container.

My docker compose settings:

  dokemon:
    image: productiveops/dokemon:latest
    container_name: dokemon
    restart: unless-stopped
    ports:
      - 9090:9090
    volumes:
      - ./docker/data/dokemondata:/data
      - /var/run/docker.sock:/var/run/docker.sock
Originally created by @abmmhasan on GitHub (Mar 22, 2024). Original GitHub issue: https://github.com/productiveops/dokemon/issues/36 ` {"level":"error","error":"reading digest latest in docker.io/library/localhost-app: requested access to the resource is denied","containerId":"e5c3f1874750331c924c79fbc2debcfedd4065c1ab43ab1cf7c58f987753b8e4","image":"localhost-app","time":"2024-03-22T14:54:31Z","message":"Error while checking if container is stale"}` Problem showing with every container. My docker compose settings: ```yml dokemon: image: productiveops/dokemon:latest container_name: dokemon restart: unless-stopped ports: - 9090:9090 volumes: - ./docker/data/dokemondata:/data - /var/run/docker.sock:/var/run/docker.sock ```
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/dokemon#16
No description provided.