Skip to content

Commit

Permalink
Merge pull request moby#17992 from nak3/fix-wrong-setting-in-systemd
Browse files Browse the repository at this point in the history
Fix invalid proxy setting example
  • Loading branch information
calavera committed Nov 18, 2015
2 parents 1b1af30 + d9ef4f2 commit 3f5e5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 3f5e5b8

Please sign in to comment.