Update proxy.md

fix misleading information about proxy config
This commit is contained in:
WestFarmer 2023-11-17 09:50:34 +08:00 committed by GitHub
parent f4a4be63f7
commit c89f83e971
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.