Settings
{{ .Profile.DID }}Storage Preferences
Authorized Devices
Devices authorized via docker-credential-atcr credential helper.
First Time Setup
- Install credential helper:
curl -fsSL {{ .SiteURL }}/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
docker login {{ .RegistryURL }} for quick start (no device tracking)
Your Authorized Devices
| Device Name | IP Address | Created | Last Used | Actions |
|---|---|---|---|---|
| {{ icon "loader-2" "size-4 animate-spin inline-block" }} Loading... | ||||
Webhooks
Get notified when images are pushed or vulnerability scans complete.
Data Privacy
Download a copy of all data we store about you.
This includes your authorized devices, sessions, and hold memberships. Data stored on your PDS is already under your control. See our Privacy Policy for details.
{{ icon "alert-triangle" "size-5" }} Danger Zone
Delete {{ .ClientShortName }} Data
Remove your data from {{ .ClientShortName }}. This action cannot be undone.
Only {{ .ClientShortName }}-specific data (authorized devices, hold memberships, settings) will be removed.
This removes {{ .ClientShortName }} records (manifests, tags, stars, profile) stored in your PDS. Other records in your account are not impacted.