You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
docker run -it -p 8888:8888 ghcr.io/underworldcode/underworld3:development
90
90
```
91
91
92
92
This launches JupyterLab with underworld3 pre-installed.
93
93
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.
0 commit comments