Adding Joxit/docker-registry-ui

This commit is contained in:
ml
2026-07-19 10:05:49 +02:00
parent cc01a61dc3
commit 22225a304f
3 changed files with 44 additions and 4 deletions
+12
View File
@@ -411,6 +411,8 @@ The file is then available at:
## 8. Container registry
### 8.1 Docker CLI usage
```bash
# Login
docker login cr.ladkau.de
@@ -431,3 +433,13 @@ user, edit the vault and redeploy:
ansible-vault edit ansible/group_vars/all/vault.yml
ansible-playbook -i ansible/inventory.ini ansible/site.yml --tags registry --ask-vault-pass
```
### 8.2 Registry web UI
A web dashboard is available at `https://cr.ladkau.de/`. Sign in with any
`registry_users` credential from the vault. The UI allows browsing repositories
and tags, inspecting image manifests and digests, and deleting images.
Traefik routes `/v2/` (Docker API) to the registry container and everything else
to the UI container — both on the same domain, so no CORS configuration is
needed. `docker push` and `docker pull` work exactly as before.