Skip to content

Commit 2dc8898

Browse files
authored
docs: Simplify Docker quick reference solutions
Removed redundant solutions for script changes and image pulling issues.
1 parent 6462fde commit 2dc8898

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/DOCKER_QUICK_REFERENCE.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,4 @@ docker rmi ghcr.io/ucrparlay/spacetreelib:latest
133133
**Solution:** Reduce `--node-size` or increase system RAM
134134

135135
**Issue:** Script changes not reflected
136-
**Solution:** Rebuild image with `./docker-run.sh build` or pull latest with `./docker-run.sh pull`
137-
138-
**Issue:** Cannot pull image (permission denied)
139-
**Solution:** The package may be private. Ask repository admin to make it public in GitHub package settings, or authenticate with:
140-
```bash
141-
echo YOUR_GITHUB_TOKEN | docker login ghcr.io -u YOUR_USERNAME --password-stdin
142-
```
136+
**Solution:** Rebuild image with `./docker-run.sh build`

0 commit comments

Comments
 (0)