Merge pull request #18703 from WestFarmer/patch-2

Update proxy.md
This commit is contained in:
David Karlsson 2023-11-21 11:50:38 +01:00 committed by GitHub
commit 9e1be7b455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ EOF
### Configure proxy settings per daemon ### 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. settings for all daemons that the client connects to.
To configure the proxies for individual daemons, To configure the proxies for individual daemons,
use the address of the daemon instead of the `default` key. use the address of the daemon instead of the `default` key.