Adding Joxit/docker-registry-ui
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user