mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update docs for HTTP_PROXY
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
parent
d8f60a6cf7
commit
7a7c00ca08
1 changed files with 1 additions and 5 deletions
|
@ -173,11 +173,7 @@ string is equivalent to setting the `--tlsverify` flag. The following are equiva
|
|||
|
||||
The Docker client will honor the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY`
|
||||
environment variables (or the lowercase versions thereof). `HTTPS_PROXY` takes
|
||||
precedence over `HTTP_PROXY`. If you happen to have a proxy configured with the
|
||||
`HTTP_PROXY` or `HTTPS_PROXY` environment variables but still want to
|
||||
communicate with the Docker daemon over its default `unix` domain socket,
|
||||
setting the `NO_PROXY` environment variable to the path of the socket
|
||||
(`/var/run/docker.sock`) is required.
|
||||
precedence over `HTTP_PROXY`.
|
||||
|
||||
### Daemon storage-driver option
|
||||
|
||||
|
|
Loading…
Reference in a new issue