ENGDOCS-2218 (#20861)

This commit is contained in:
Allie Sadler 2024-09-12 14:08:31 +01:00 committed by GitHub
parent d3d2693593
commit b5728b71fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -257,6 +257,10 @@ The HTTPS proxy settings used for scanning images are set using the `HTTPS_PROXY
>
> If you are using a PAC file hosted on a web server, make sure to add the MIME type `application/x-ns-proxy-autoconfig` for the `.pac` file extension on the server or website. Without this configuration, the PAC file may not be parsed correctly.
> [!IMPORTANT]
>
> You do not need to separately configure proxy settings for the Docker CLI or Docker daemon.
#### Proxy authentication
##### Basic authentication

View File

@ -11,7 +11,7 @@ aliases:
This page describes how to configure the Docker CLI to use proxies via
environment variables in containers.
This page doesn't describe how to configure proxies for the Docker daemon.
This page doesn't describe how to configure proxies for Docker Desktop.
For instructions, see [configuring Docker Desktop to use HTTP/HTTPS proxies](/manuals/desktop/settings.md#proxies).
If you're running Docker Engine without Docker Desktop, refer to