mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Fix invalid proxy setting example
Signed-off-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com> Upstream-commit: d9ef4f2986b93b64289d858c55b3bee67804c444 Component: engine
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user