Skip to content

Commit c825db8

Browse files
authored
Merge pull request #4773 from thaJeztah/daemon_fix_env_table
docs: dockerd: fix markdown table, and rephrase environment-variables intro
2 parents 5a31004 + 7999218 commit c825db8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/reference/commandline/dockerd.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,11 @@ to [the `daemon.json` file](#daemon-configuration-file).
130130
131131
### Environment variables
132132

133-
For easy reference, the following list of environment variables are supported
134-
by the `dockerd` command line:
133+
The following list of environment variables are supported by the `dockerd` daemon.
134+
Some of these environment variables are supported both by the Docker Daemon and
135+
the `docker` CLI. Refer to [Environment variables](cli.md#environment-variables)
136+
in the CLI section to learn about environment variables supported by the
137+
`docker` CLI.
135138

136139
| Variable | Description |
137140
|:--------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -142,7 +145,7 @@ by the `dockerd` command line:
142145
| `DOCKER_TMPDIR` | Location for temporary files created by the daemon. |
143146
| `HTTP_PROXY` | Proxy URL for HTTP requests unless overridden by NoProxy. See the [Go specification](https://pkg.go.dev/golang.org/x/net/http/httpproxy#Config) for details. |
144147
| `HTTPS_PROXY` | Proxy URL for HTTPS requests unless overridden by NoProxy. See the [Go specification](https://pkg.go.dev/golang.org/x/net/http/httpproxy#Config) for details. |
145-
| `MOBY_DISABLE_PIGZ` | Disables the use of [`unpigz`](https://linux.die.net/man/1/pigz) to decompress layers in parallel when pulling images, even if it is installed. | |
148+
| `MOBY_DISABLE_PIGZ` | Disables the use of [`unpigz`](https://linux.die.net/man/1/pigz) to decompress layers in parallel when pulling images, even if it is installed. |
146149
| `NO_PROXY` | Comma-separated values specifying hosts that should be excluded from proxying. See the [Go specification](https://pkg.go.dev/golang.org/x/net/http/httpproxy#Config) for details. |
147150

148151
## Examples

0 commit comments

Comments
 (0)