From b3327a77eca34e890305bb12ecfb6e05bc432ae1 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 17 Mar 2025 01:41:41 -0600 Subject: [PATCH] Add api.docker.com to allow list (#22247) ## Description ## Related issues or tickets ## Reviews - [ ] Technical review - [x] Editorial review - [ ] Product review --- content/manuals/desktop/setup/allow-list.md | 39 +++++++++++---------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/content/manuals/desktop/setup/allow-list.md b/content/manuals/desktop/setup/allow-list.md index 3e59c808d7..92dc1d8820 100644 --- a/content/manuals/desktop/setup/allow-list.md +++ b/content/manuals/desktop/setup/allow-list.md @@ -1,12 +1,12 @@ --- description: A list of domain URLs required for Docker Desktop to function correctly within an organization. -keywords: Docker Desktop, allowlist, allow list, firewall, authentication URLs, analytics, +keywords: Docker Desktop, allowlist, allow list, firewall, authentication URLs, analytics title: Allowlist for Docker Desktop tags: [admin] linkTitle: Allowlist weight: 100 aliases: - - /desktop/allow-list/ + - /desktop/allow-list/ --- {{< summary-bar feature_name="Allow list" >}} @@ -15,20 +15,21 @@ This page contains the domain URLs that you need to add to a firewall allowlist ## Domain URLs to allow -| Domains | Description | -|---------|----------------------------------------------| -|https://api.segment.io| Analytics | -|https://cdn.segment.com| Analytics | -|https://experiments.docker.com| A/B testing | -|https://notify.bugsnag.com| Error reports | -|https://sessions.bugsnag.com| Error reports | -|https://auth.docker.io| Authentication | -|https://cdn.auth0.com| Authentication | -|https://login.docker.com| Authentication | -|https://desktop.docker.com| Update | -|https://hub.docker.com| Docker Hub | -|https://registry-1.docker.io| Docker Pull/Push | -|https://production.cloudflare.docker.com| Docker Pull/Push (Paid plans) | -|https://docker-images-prod.6aa30f8b08e16409b46e0173d6de2f56.r2.cloudflarestorage.com| Docker Pull/Push (Personal plan / Anonymous) | -|https://docker-pinata-support.s3.amazonaws.com| Troubleshooting | -|https://api.dso.docker.com| Docker Scout service | +| Domains | Description | +| ------------------------------------------------------------------------------------ | -------------------------------------------- | +| https://api.segment.io | Analytics | +| https://cdn.segment.com | Analytics | +| https://experiments.docker.com | A/B testing | +| https://notify.bugsnag.com | Error reports | +| https://sessions.bugsnag.com | Error reports | +| https://auth.docker.io | Authentication | +| https://cdn.auth0.com | Authentication | +| https://login.docker.com | Authentication | +| https://desktop.docker.com | Update | +| https://hub.docker.com | Docker Hub | +| https://registry-1.docker.io | Docker Pull/Push | +| https://production.cloudflare.docker.com | Docker Pull/Push (Paid plans) | +| https://docker-images-prod.6aa30f8b08e16409b46e0173d6de2f56.r2.cloudflarestorage.com | Docker Pull/Push (Personal plan / Anonymous) | +| https://docker-pinata-support.s3.amazonaws.com | Troubleshooting | +| https://api.dso.docker.com | Docker Scout service | +| https://api.docker.com | New API |