Skip to content

Commit 9a888d9

Browse files
Bot Updating Documentation
1 parent f7fc67e commit 9a888d9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/images/docker-baseimage-selkies.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,19 +238,18 @@ services:
238238

239239
# Development
240240

241-
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:
241+
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:
242242

243243
```
244244
git clone https://github.com/selkies-project/selkies.git
245245
cd selkies
246-
git checkout -f feature/websockets
247246
docker run --rm -it \
248247
--shm-size=1gb \
249248
-e DEV_MODE=selkies-dashboard \
250249
-e PUID=1000 \
251250
-e PGID=1000 \
252251
-v $(pwd):/config/src \
253-
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine322 bash
252+
-p 3001:3001 ghcr.io/linuxserver/webtop bash
254253
```
255254

256255
The application will be restarted on code changes to the src directory you mounted in and provide feedback for debugging.

0 commit comments

Comments
 (0)