mirror of https://github.com/docker/docs.git
desktop: settings: update link to proxy settings
Use a relative link to the markdown file to allow IDEs to verify the link and anchor. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ed272c57bb
commit
ed76ad635f
|
@ -98,7 +98,7 @@ HTTP_PROXY=http://proxy.example.com:3128
|
|||
```
|
||||
|
||||
For more information on configuring the Docker CLI to automatically set proxy variables for both `docker run` and `docker build`
|
||||
see [Configure the Docker client](/network/proxy#configure-the-docker-client).
|
||||
see [Configure the Docker client](../../network/proxy.md#configure-the-docker-client).
|
||||
|
||||
### Network
|
||||
|
||||
|
|
|
@ -121,7 +121,7 @@ of the form `http://username:password@proxy:port`.
|
|||
HTTP/HTTPS traffic from image builds and running containers is forwarded transparently to the same
|
||||
upstream proxy used for logging in and image pulls.
|
||||
If you want to override this behaviour and use different HTTP/HTTPS proxies for image builds and
|
||||
running containers, see [Configure the Docker client](/network/proxy#configure-the-docker-client).
|
||||
running containers, see [Configure the Docker client](../../network/proxy.md#configure-the-docker-client).
|
||||
|
||||
The HTTPS proxy settings used for scanning images are set using the `HTTPS_PROXY` environment variable.
|
||||
|
||||
|
|
|
@ -136,7 +136,7 @@ If the host uses a more sophisticated HTTP/HTTPS configuration, enable **Manual
|
|||
of the form `http://username:password@proxy:port`.
|
||||
|
||||
The HTTP/HTTPS proxy settings used for fetching artifacts during builds and for running containers
|
||||
are set via the `.docker/config.json` file, see [Configure the Docker client](/network/proxy#configure-the-docker-client).
|
||||
are set via the `.docker/config.json` file, see [Configure the Docker client](../../network/proxy.md#configure-the-docker-client).
|
||||
|
||||
The HTTPS proxy settings used for scanning images are set using the `HTTPS_PROXY` environment variable.
|
||||
|
||||
|
|
Loading…
Reference in New Issue