From 9a888d9d14c1d50d14bd784d18341a143771fae1 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 31 Aug 2025 21:45:02 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-baseimage-selkies.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/images/docker-baseimage-selkies.md b/docs/images/docker-baseimage-selkies.md index 6ecdfcfbf9..9a3b998b61 100644 --- a/docs/images/docker-baseimage-selkies.md +++ b/docs/images/docker-baseimage-selkies.md @@ -238,19 +238,18 @@ services: # Development -This container can also be used as a rapid development environment for the Selkies Project. Simply clone the upstream repo and run the container as shown: +This container and any downstream images can also be used as a rapid development environment for the Selkies Project. Simply clone the upstream repo and run the container as shown: ``` git clone https://github.com/selkies-project/selkies.git cd selkies -git checkout -f feature/websockets docker run --rm -it \ --shm-size=1gb \ -e DEV_MODE=selkies-dashboard \ -e PUID=1000 \ -e PGID=1000 \ -v $(pwd):/config/src \ - -p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine322 bash + -p 3001:3001 ghcr.io/linuxserver/webtop bash ``` The application will be restarted on code changes to the src directory you mounted in and provide feedback for debugging.