Skip to content

Commit 32bc912

Browse files
committed
docs/reference: dockerd: use table for env-vars
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 3701748 commit 32bc912

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

docs/reference/commandline/dockerd.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,17 @@ to [the `daemon.json` file](#daemon-configuration-file).
129129
For easy reference, the following list of environment variables are supported
130130
by the `dockerd` command line:
131131

132-
* `DOCKER_DRIVER` The graph driver to use.
133-
* `DOCKER_RAMDISK` If set this will disable 'pivot_root'.
134-
* `DOCKER_TMPDIR` Location for temporary Docker files.
135-
* `MOBY_DISABLE_PIGZ` Do not use [`unpigz`](https://linux.die.net/man/1/pigz) to
136-
decompress layers in parallel when pulling images, even if it is installed.
132+
| Variable | Description |
133+
|:--------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
134+
| `DOCKER_CERT_PATH` | Location of your authentication keys. This variable is used both by the [`docker` CLI](cli.md) and the `dockerd` daemon. |
135+
| `DOCKER_DRIVER` | The storage driver to use. |
136+
| `DOCKER_RAMDISK` | If set this disables 'pivot_root'. |
137+
| `DOCKER_TLS_VERIFY` | When set Docker uses TLS and verifies the remote. This variable is used both by the [`docker` CLI](cli.md) and the `dockerd` daemon. |
138+
| `DOCKER_TMPDIR` | Location for temporary files created by the daemon. |
139+
| `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. |
140+
| `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. |
141+
| `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. | |
142+
| `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. |
137143

138144
## Examples
139145

0 commit comments

Comments
 (0)