You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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. |
0 commit comments