Skip to content

Commit e9726b9

Browse files
committed
Fix Docker container reference in installation docs
Update to use GHCR registry instead of DockerHub: - ghcr.io/underworldcode/underworld3:development Underworld development team with AI support from Claude Code
1 parent 310c5af commit e9726b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/beginner/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ This checks your environment and provides specific fixes for common issues like
8585
For Windows users (without WSL) or quick trials without installation:
8686

8787
```bash
88-
docker pull underworldcode/underworld3:latest
89-
docker run -it -p 8888:8888 underworldcode/underworld3:latest
88+
docker pull ghcr.io/underworldcode/underworld3:development
89+
docker run -it -p 8888:8888 ghcr.io/underworldcode/underworld3:development
9090
```
9191

9292
This launches JupyterLab with underworld3 pre-installed.
9393

94-
As the code is in active development, containers may lag behind the latest changes. Check the [GitHub releases](https://github.com/underworldcode/underworld3/releases) for available container versions.
94+
As the code is in active development, containers may lag behind the latest changes. See the [container documentation](../developer/subsystems/containers.md) for available tags and options.
9595

9696
---
9797

0 commit comments

Comments
 (0)