Settings
Identity
{{ .Profile.Handle }}
{{ .Profile.DID }}
{{ .Profile.PDSEndpoint }}
Default Hold
Current: {{ if .Profile.DefaultHold }}{{ .Profile.DefaultHold }}{{ else }}Not set{{ end }}
Authorized Devices
Devices authorized via docker-credential-atcr credential helper.
First Time Setup
- Install credential helper:
(or download from releases)brew install atcr-credential-helper - Configure Docker to use the helper. Add to
~/.docker/config.json:{ "credHelpers": { "{{ .RegistryURL }}": "atcr" } } - Run any Docker command:
docker pull {{ .RegistryURL }}/{{ .Profile.Handle }}/myimage - Browser will open for authorization - click Approve
- Done! Device is automatically authorized
Fallback: Use app-password with
docker login {{ .RegistryURL }} for quick start (no device tracking)
Your Authorized Devices
| Device Name | IP Address | Created | Last Used | Actions |
|---|---|---|---|---|
| Loading... | ||||