Browse code

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>

Vincent Demeester authored on 2016/05/18 20:58:24
Showing 1 changed files
... ...
@@ -27,6 +27,15 @@ can `pull` and try without needing to define and configure your own.
27 27
 To download a particular image, or set of images (i.e., a repository),
28 28
 use `docker pull`.
29 29
 
30
+## Proxy configuration
31
+
32
+If you are behind a HTTP proxy server, for example in corporate settings,
33
+before open a connect to registry, you may need to configure the Docker
34
+daemon's proxy settings, using the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY`
35
+environment variables. To set these environment variables on a host using
36
+`systemd`, refer to the [control and configure Docker with systemd](../../admin/systemd.md#http-proxy)
37
+for variables configuration.
38
+
30 39
 ## Examples
31 40
 
32 41
 ### Pull an image from Docker Hub