mirror of https://github.com/docker/docs.git
network/proxy: add a note pointing at docker engine and Docker Desktop (#15046)
* network/proxy: add a note pointing at docker engine and Docker Desktop The title is "Configure Docker to use a proxy server" which is generic and implies this is the page which describes everything. However the scope of the instructions is limited to containers: > If your container needs to use an HTTP, ... There are other HTTP proxy cases, for example - for Docker Desktop to log into Docker - for pulling and pushing containers - for docker scan Add a note at the top of this page to clarify the scope and link to instructions for other cases. Signed-off-by: David Scott <dave.scott@docker.com> * Apply suggestions from code review Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com> * Update proxy.md Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
This commit is contained in:
parent
c65a883cfe
commit
57714d6499
|
@ -4,6 +4,15 @@ description: How to configure the Docker client to use a proxy server
|
|||
keywords: network, networking, proxy, client
|
||||
---
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> This page describes how to configure the Docker CLI to configure proxies via environment variables in containers.
|
||||
> For information on configuring Docker Desktop to use HTTP/HTTPS proxies, see [proxies on Mac](../desktop/mac/index.md#proxies), [proxies on Windows](../desktop/windows/index.md#proxies), and [proxies on Linux](../desktop/linux/index.md#proxies).
|
||||
|
||||
> If you are not running Docker Desktop, and have installed the Docker Engine in
|
||||
> other ways, refer to the "HTTP/HTTPS proxy" section in
|
||||
> [configuring the Docker daemon with systemd](../config/daemon/systemd.md#httphttps-proxy).
|
||||
|
||||
If your container needs to use an HTTP, HTTPS, or FTP proxy server, you can
|
||||
configure it in different ways:
|
||||
|
||||
|
|
Loading…
Reference in New Issue