mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix invalid proxy setting example
Signed-off-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
This commit is contained in:
parent
cf824d9749
commit
d9ef4f2986
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ that adds the `HTTP_PROXY` environment variable:
|
|||
If you have internal Docker registries that you need to contact without
|
||||
proxying you can specify them via the `NO_PROXY` environment variable:
|
||||
|
||||
Environment="HTTP_PROXY=http://proxy.example.com:80/" "NO_PROXY=localhost,127.0.0.0/8,docker-registry.somecorporation.com"
|
||||
Environment="HTTP_PROXY=http://proxy.example.com:80/" "NO_PROXY=localhost,127.0.0.1,docker-registry.somecorporation.com"
|
||||
|
||||
Flush changes:
|
||||
|
||||
|
|
Loading…
Reference in a new issue