mirror of https://github.com/docker/docs.git
Update proxy.md
fix misleading information about proxy config
This commit is contained in:
parent
f4a4be63f7
commit
c89f83e971
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue