Registry
Connect Docker image registries to pull private images without authenticating manually.
Tabs
Connected Registries
Lists your connected registries alongside a Connect Registry form.
Each registry shows its type, an Active badge if selected, and a status badge:
- Valid โ credentials working
- Invalid โ credentials expired; click to update
- Unknown โ not yet verified
- Checking โ validation in progress
Per-registry actions:
- Validate (refresh icon) โ re-check credentials
- Set Active โ set as the source for image browsing
- Dropdown โ Rename, Open in Browser, Update Credentials, Disconnect
Registry Images
Shows images from the active registry (set via Set Active on the other tab).
Use the search bar to filter by name or tag, then click the Pull button on any image to download it locally.
Connecting a Registry
Fill in the Connect Registry form :
| Type | Required fields |
|---|---|
| Docker Hub | Name, URL (https://hub.docker.com), Username, Password/Token |
| AWS ECR | Name, URL (https://<account-id>.dkr.ecr.<region>.amazonaws.com), Access Key ID, Secret Access Key, Session Token, Region |
| Google GCR | Name, URL (https://gcr.io or https://<region>.gcr.io), Service Account JSON |
| Azure ACR | Name, URL (https://<name>.azurecr.io), Username, Password/Token |
| Custom | Name, URL, Username, Password/Token |
Click Connect Registry โ the registry is validated immediately and appears in the list.
Updating Credentials
Click the Invalid badge or choose Update Credentials from the dropdown. A dialog appears with read-only context fields and editable credential fields for your registry type. Click Update Credentials to save.
Disconnecting
Choose Disconnect from the dropdown and confirm. Credentials are deleted; already-pulled images are kept.
Related Documentation
- Images โ View and manage local images
- Containers โ Run containers from pulled images