mirror of https://github.com/docker/docs.git
Add note about HTTPS_PROXY
This commit is contained in:
parent
1d18cb37ac
commit
f2a3814cbe
|
@ -62,6 +62,8 @@ To accomplish this, set the following flags in the `daemon.json` file:
|
||||||
|
|
||||||
### HTTP proxy
|
### HTTP proxy
|
||||||
|
|
||||||
|
>**Note:** The same instructions work for `HTTS_PROXY` as well.
|
||||||
|
|
||||||
The Docker daemon uses the `HTTP_PROXY` and `NO_PROXY` environmental variables in
|
The Docker daemon uses the `HTTP_PROXY` and `NO_PROXY` environmental variables in
|
||||||
its start-up environment to configure HTTP proxy behavior. You cannot configure
|
its start-up environment to configure HTTP proxy behavior. You cannot configure
|
||||||
these environment variables using the `daemon.json` file.
|
these environment variables using the `daemon.json` file.
|
||||||
|
|
Loading…
Reference in New Issue