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:
curl -fsSL atcr.io/static/install.sh | bash - Configure Docker to use the helper. Add to
~/.docker/config.json:{ "credHelpers": { "{{ .RegistryURL }}": "atcr" } } - Run any Docker command: {{ template "docker-command" (print "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... | ||||