diff --git a/config/daemon/systemd.md b/config/daemon/systemd.md index 16e61df8f4..77d578e7b8 100644 --- a/config/daemon/systemd.md +++ b/config/daemon/systemd.md @@ -109,6 +109,12 @@ you need to add this configuration in the Docker systemd service file. [Service] Environment="HTTPS_PROXY=https://proxy.example.com:443/" "NO_PROXY=localhost,127.0.0.1,docker-registry.somecorporation.com" ``` + + The NO_PROXY variable accepts wildcards. You just need to have a value starting with a dot: + ```conf + [Service] + Environment="HTTPS_PROXY=https://proxy.example.com:443/" "NO_PROXY=localhost,127.0.0.1,.somecorporation.com" + ``` 4. Flush changes: