Merge pull request #22778 from DoraALin/10972-docs-Support-for-non-proxied-private-registry

doc:http pkg variables info added in pull cmd
(cherry picked from commit 9751170f08)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Vincent Demeester 2016-05-18 13:58:24 +02:00 committed by Sebastiaan van Stijn
parent e3007c51a5
commit e47de0ba4d
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -27,6 +27,15 @@ can `pull` and try without needing to define and configure your own.
To download a particular image, or set of images (i.e., a repository),
use `docker pull`.
## Proxy configuration
If you are behind a HTTP proxy server, for example in corporate settings,
before open a connect to registry, you may need to configure the Docker
daemon's proxy settings, using the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY`
environment variables. To set these environment variables on a host using
`systemd`, refer to the [control and configure Docker with systemd](../../admin/systemd.md#http-proxy)
for variables configuration.
## Examples
### Pull an image from Docker Hub