From c89f83e9719d7e2e963c52f5bb362ff4b1d187ce Mon Sep 17 00:00:00 2001 From: WestFarmer Date: Fri, 17 Nov 2023 09:50:34 +0800 Subject: [PATCH] Update proxy.md fix misleading information about proxy config --- content/network/proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/network/proxy.md b/content/network/proxy.md index 5d9b3924435..fcfcdcba4e6 100644 --- a/content/network/proxy.md +++ b/content/network/proxy.md @@ -134,7 +134,7 @@ EOF ### Configure proxy settings per daemon -The `default` key under `proxies` in `daemon.json` configures the proxy +The `default` key under `proxies` in `~/.docker/config.json` configures the proxy settings for all daemons that the client connects to. To configure the proxies for individual daemons, use the address of the daemon instead of the `default` key.