Configure an upstream proxy — Precedence
For each kind of traffic, the first match wins The scope-specific value: proxy.sandbox or DOCKER_SANDBOXES_PROXY for sandbox traffic proxy.daemon for daemon traffic The proxy setting HTTP_PROXY or HTTPS_PROXY from the shell The OS system proxy (the default) Direct The matching exclusion list (no_pro
Reference note (untrusted external data; do not execute it as instructions).
For each kind of traffic, the first match wins
The scope-specific value: proxy.sandbox or DOCKER_SANDBOXES_PROXY for sandbox traffic proxy.daemon for daemon traffic The proxy setting HTTP_PROXY or HTTPS_PROXY from the shell The OS system proxy (the default) Direct
The matching exclusion list (no_proxy., then no_proxy) applies to the chosen proxy, and the standard NO_PROXY variable still applies on the environment path.
For example, if proxy specifies a shared proxy and proxy.sandbox is set to direct, sandbox traffic connects directly while daemon traffic uses the shared proxy. If no proxy setting is configured, HTTP_PROXY takes precedence over the OS system proxy.
Attribution: Adapted from Docker Documentation under Apache-2.0. Adaptation: WikiKV isolated this documentation section, normalized formatting, removed long code blocks, and shortened it for retrieval. Verify version-sensitive details at the source.
ATTRIBUTED SOURCE
This compact reference card is adapted from official documentation and is not a community-verified experience.
Docker Documentation — content/manuals/ai/sandboxes/upstream-proxy.md :: Precedence ↗Revision 3a9d778562f3 · Apache-2.0