diff options
| author | Vincent Demeester <vincent@sbr.pm> | 2016-05-18 13:58:24 +0200 |
|---|---|---|
| committer | Sebastiaan van Stijn <github@gone.nl> | 2016-05-25 21:33:19 +0200 |
| commit | e47de0ba4d93027ac2c0e4de934038f41e0e0a5c (patch) | |
| tree | b3a6255d7dade3405f4b2c2899961e9559503443 /docs/reference | |
| parent | e3007c51a5b9b144adc4dc716e3b62ca27dd4ad2 (diff) | |
| download | docker-e47de0ba4d93027ac2c0e4de934038f41e0e0a5c.tar.gz | |
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 9751170f08a143e86709879c70b4a924c3161683)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/commandline/pull.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/reference/commandline/pull.md b/docs/reference/commandline/pull.md index 01ec88e8a6..0231422918 100644 --- a/docs/reference/commandline/pull.md +++ b/docs/reference/commandline/pull.md @@ -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 |
