Docker Registry
Private container image registry powered by Docker Registry v3.
API: docker.registry.hochguertel.workWeb UI: docker-ui.registry.hochguertel.work
Features
- OCI-compliant container image storage
- Token-based authentication (validates against Authelia users)
- Web UI for browsing images and tags (Joxit)
- Image deletion support
- CORS configured for UI access
Quick Start
bash
# Login
podman login docker.registry.hochguertel.work
# Push
podman tag myapp:latest docker.registry.hochguertel.work/myapp:v1.0
podman push docker.registry.hochguertel.work/myapp:v1.0
# Pull
podman pull docker.registry.hochguertel.work/myapp:v1.0