From 7a7c00ca0834e6bad0132d834399bcee4d3b957b Mon Sep 17 00:00:00 2001 From: Arnaud Porterie Date: Thu, 12 Feb 2015 11:40:56 -0800 Subject: [PATCH] Update docs for HTTP_PROXY Signed-off-by: Arnaud Porterie --- docs/sources/reference/commandline/cli.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/sources/reference/commandline/cli.md b/docs/sources/reference/commandline/cli.md index 1d784d72e1..4b257ae776 100644 --- a/docs/sources/reference/commandline/cli.md +++ b/docs/sources/reference/commandline/cli.md @@ -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