Improve documentation

This commit is contained in:
Max
2025-10-13 21:47:40 +02:00
parent d39ff4ae8d
commit 1baf1ffb9c

View File

@@ -35,15 +35,7 @@ This stack packages the Spyder IDE inside a Docker container and supports both n
mkdir -p spyder-home spyder-workspace
```
5. **Log in to the registry once** (required the first time you pull private images):
```bash
docker login git.maxboeer.com
```
Use your Gitea username and a personal access token with `read:packages` permission.
6. **Launch Spyder** using the runtime compose file:
5. **Launch Spyder** using the runtime compose file:
```bash
docker compose -f compose.runtime.yaml up