From 1baf1ffb9c68a55f58a579c7f54712f94c76126b Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 13 Oct 2025 21:47:40 +0200 Subject: [PATCH] Improve documentation --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 49b48f2..c457a84 100644 --- a/README.md +++ b/README.md @@ -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