Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update link to configuring http proxy for dockerd #4249

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/reference/commandline/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ 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
[configure the daemon to use a proxy server](https://docs.docker.com/config/daemon/systemd/#configure-the-docker-daemon-to-use-a-proxy-server)
sections for configuring proxy settings for the cli and daemon.

> **Warning**
Expand Down
3 changes: 2 additions & 1 deletion docs/reference/commandline/dockerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ in three ways:
options. (Docker Engine 23.0 or newer).

The command-line and configuration file options take precedence over environment
variables. Refer to [control and configure Docker with systemd](https://docs.docker.com/config/daemon/systemd/#httphttps-proxy)
variables. Refer to
[configure the daemon to use a proxy server](https://docs.docker.com/config/daemon/systemd/#configure-the-docker-daemon-to-use-a-proxy-server)
to set these environment variables on a host using `systemd`.

### Daemon socket option
Expand Down