File tree Expand file tree Collapse file tree
docs/reference/commandline Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,13 +140,14 @@ line:
140140Because Docker is developed using Go, you can also use any environment
141141variables used by the Go runtime. In particular, you may find these useful:
142142
143- * ` HTTP_PROXY `
144- * ` HTTPS_PROXY `
145- * ` NO_PROXY `
146-
147- These Go environment variables are case-insensitive. See the
148- [ Go specification] ( https://golang.org/pkg/net/http/ ) for details on these
149- variables.
143+ | Variable | Description |
144+ | :--------------| :-------------------------------------------------------------------------------|
145+ | ` HTTP_PROXY ` | Proxy URL for HTTP requests unless overridden by NoProxy. |
146+ | ` HTTPS_PROXY ` | Proxy URL for HTTPS requests unless overridden by NoProxy. |
147+ | ` NO_PROXY ` | Comma-separated values specifying hosts that should be excluded from proxying. |
148+
149+ See the [ Go specification] ( https://pkg.go.dev/golang.org/x/net/http/httpproxy#Config )
150+ for details on these variables.
150151
151152## Configuration files
152153
You can’t perform that action at this time.
0 commit comments