Fix typo in HTTP proxy URL

It’s HTTP here, not HTTPS. Besides the rest of the text has `http://proxy.example.com:3128`
This commit is contained in:
Mathieu Champlon 2021-11-03 14:53:19 +01:00 committed by GitHub
parent 8a64871030
commit b3b2e4fbfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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