Merge pull request #5338 from dvdksn/fix-proxy-doclink

docs: fix link to http proxy document
This commit is contained in:
David Karlsson 2024-08-09 19:11:04 +02:00 committed by GitHub
commit fc3e949a66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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**