mirror of https://github.com/docker/docs.git
ENGDOCS-2218 (#20861)
This commit is contained in:
parent
d3d2693593
commit
b5728b71fb
|
@ -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.
|
> 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
|
#### Proxy authentication
|
||||||
|
|
||||||
##### Basic authentication
|
##### Basic authentication
|
||||||
|
|
|
@ -11,7 +11,7 @@ aliases:
|
||||||
This page describes how to configure the Docker CLI to use proxies via
|
This page describes how to configure the Docker CLI to use proxies via
|
||||||
environment variables in containers.
|
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).
|
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
|
If you're running Docker Engine without Docker Desktop, refer to
|
||||||
|
|
Loading…
Reference in New Issue