Skip to content

Commit

Permalink
Update docs for HTTP_PROXY
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud Porterie <[email protected]>
  • Loading branch information
Arnaud Porterie committed Feb 12, 2015
1 parent d8f60a6 commit 7a7c00c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/sources/reference/commandline/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a7c00c

Please sign in to comment.