mirror of https://github.com/docker/cli.git
Merge pull request #5338 from dvdksn/fix-proxy-doclink
docs: fix link to http proxy document
This commit is contained in:
commit
fc3e949a66
|
@ -321,7 +321,7 @@ be set for each environment:
|
|||
|
||||
These settings are used to configure proxy settings for containers only, and not
|
||||
used as proxy settings for the `docker` CLI or the `dockerd` daemon. Refer to the
|
||||
[environment variables](#environment-variables) and [HTTP/HTTPS proxy](https://docs.docker.com/config/daemon/systemd/#httphttps-proxy)
|
||||
[environment variables](#environment-variables) and [HTTP/HTTPS proxy](https://docs.docker.com/config/daemon/proxy/#httphttps-proxy)
|
||||
sections for configuring proxy settings for the cli and daemon.
|
||||
|
||||
> **Warning**
|
||||
|
|
Loading…
Reference in New Issue