Add note about HTTPS_PROXY

This commit is contained in:
Shubheksha Jalan 2017-04-17 14:40:27 +05:30 committed by Joao Fernandes
parent 1d18cb37ac
commit f2a3814cbe
1 changed files with 2 additions and 0 deletions

View File

@ -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.