From b3b2e4fbfedb35ae1af388e5ab40d5495d86c2ca Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Wed, 3 Nov 2021 14:53:19 +0100 Subject: [PATCH] Fix typo in HTTP proxy URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s HTTP here, not HTTPS. Besides the rest of the text has `http://proxy.example.com:3128` --- desktop/windows/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/windows/index.md b/desktop/windows/index.md index a4ffe5d4c6..bf66386b8e 100644 --- a/desktop/windows/index.md +++ b/desktop/windows/index.md @@ -155,7 +155,7 @@ If you wish to set the proxy settings for your containers, you need to define environment variables for them, just like you would do on Linux, for example: ```ps -> docker run -e HTTP_PROXY=https://proxy.example.com:3128 alpine env +> docker run -e HTTP_PROXY=http://proxy.example.com:3128 alpine env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOSTNAME=b7edf988b2b5