mirror of https://github.com/docker/docs.git
add allowlist info for docker desktop (#16432)
This commit is contained in:
parent
2315379902
commit
6bf4124f80
|
@ -1121,6 +1121,8 @@ manuals:
|
|||
title: Docker Desktop WSL 2 backend on Windows
|
||||
- path: /desktop/vm-vdi/
|
||||
title: Run Docker Desktop for Windows in a VM or VDI environment
|
||||
- path: /desktop/allow-list/
|
||||
title: Allowlist for Docker Desktop
|
||||
- path: /desktop/uninstall/
|
||||
title: Uninstall Docker Desktop
|
||||
- sectiontitle: Hardened Docker Desktop
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
description: Allow list for Docker Desktop for Business customers
|
||||
keywords: Docker Desktop, allow list, firewall
|
||||
title: Allowlist for Docker Desktop
|
||||
---
|
||||
|
||||
This page contains the domain URLs that you need to add to the allowlist to ensure Docker Desktop works properly within your organization, behind the firewall.
|
||||
|
||||
## Domain URLs to allow
|
||||
|
||||
| Domains | Description |
|
||||
|---------|-------------|
|
||||
|https://api.segment.io| Analytics |
|
||||
|https://cdn.segment.com| Analytics |
|
||||
|https://api.wootric.com| Analytics |
|
||||
|https://cdn.wootric.com| Analytics |
|
||||
|https://notify.bugsnag.com| Analytics |
|
||||
|https://notify.bugsnag.com| Analytics |
|
||||
|https://sessions.bugsnag.com| Analytics |
|
||||
|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 Pull/Push |
|
||||
|https://registry-1.docker.io| Docker Pull/Push |
|
||||
|https://production.cloudflare.docker.com| Docker Pull/Push |
|
||||
|https://docker-pinata-support.s3.amazonaws.com| Troubleshooting |
|
Loading…
Reference in New Issue