Skip to content

[BUG] Issue Running Docker Inside Sealskin Webtop Container #23

@tangentmove

Description

@tangentmove

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hello Team,

I am starting the Sealskin server using the following command:

docker run -d --name=sealskin --privileged \
  -e START_DOCKER=true \
  -e TZ=Etc/UTC \
  -e HOST_URL="192.168.1.191" \
  -p 8443:8443 \
  -p 8000:8000 \
  -v ./config:/config \
  -v ./storage:/storage \
  -v /var/run/docker.sock:/var/run/docker.sock \
  --restart unless-stopped \
  lscr.io/linuxserver/sealskin:latest

I have also enabled the “Start Docker-in-Docker” option in the Sealskin server application template.

From the Sealskin server, I installed the MATE Debian app (lscr.io/linuxserver/webtop:debian-mate). However, I am unable to run Docker commands inside this container.

I can see that the Docker client is available inside the MATE container, but Docker itself does not appear to be functional. Am I missing any additional configuration or setup steps?

Thank you for your assistance.

Best regards,
Tangent

Expected Behavior

.

Steps To Reproduce

mentioned above

Environment

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

docker ps -a

Container logs

none

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions