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
docs/reference: reformat env-vars table, and simplify
No need to mention that the env-var may be removed at that point to keep
the description more to-the-point.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|`DOCKER_API_VERSION`| Override the negotiated API version to use for debugging (e.g. `1.19`) |
129
-
|`DOCKER_CERT_PATH`| Location of your authentication keys. This variable is used both by the `docker` CLI and the [`dockerd` daemon](dockerd.md)|
130
-
|`DOCKER_CONFIG`| The location of your client configuration files. |
131
-
|`DOCKER_CONTENT_TRUST_SERVER`| The URL of the Notary server to use. Defaults to the same URL as the registry. |
132
-
|`DOCKER_CONTENT_TRUST`| When set Docker uses notary to sign and verify images. Equates to `--disable-content-trust=false` for build, create, pull, push, run. |
133
-
|`DOCKER_CONTEXT`| Name of the `docker context` to use (overrides `DOCKER_HOST` env var and default context set with `docker context use`) |
134
-
|`DOCKER_DEFAULT_PLATFORM`| Default platform for commands that take the `--platform` flag. |
135
-
|`DOCKER_HIDE_LEGACY_COMMANDS`| When set, Docker hides "legacy" top-level commands (such as `docker rm`, and `docker pull`) in `docker help` output, and only `Management commands` per object-type (e.g., `docker container`) are printed. This may become the default in a future release, at which point this environment-variable is removed. |
136
-
|`DOCKER_HOST`| Daemon socket to connect to. |
137
-
|`DOCKER_TLS_VERIFY`| When set Docker uses TLS and verifies the remote. This variable is used both by the `docker` CLI and the [`dockerd` daemon](dockerd.md)|
138
-
|`BUILDKIT_PROGRESS`| Set type of progress output (`auto`, `plain`, `tty`) when [building](build.md) with [BuildKit backend](https://docs.docker.com/build/buildkit/). Use plain to show container output (default `auto`). |
|`DOCKER_API_VERSION`| Override the negotiated API version to use for debugging (e.g. `1.19`) |
129
+
|`DOCKER_CERT_PATH`| Location of your authentication keys. This variable is used both by the `docker` CLI and the [`dockerd` daemon](dockerd.md)|
130
+
|`DOCKER_CONFIG`| The location of your client configuration files. |
131
+
|`DOCKER_CONTENT_TRUST_SERVER`| The URL of the Notary server to use. Defaults to the same URL as the registry. |
132
+
|`DOCKER_CONTENT_TRUST`| When set Docker uses notary to sign and verify images. Equates to `--disable-content-trust=false` for build, create, pull, push, run. |
133
+
|`DOCKER_CONTEXT`| Name of the `docker context` to use (overrides `DOCKER_HOST` env var and default context set with `docker context use`) |
134
+
|`DOCKER_DEFAULT_PLATFORM`| Default platform for commands that take the `--platform` flag. |
135
+
|`DOCKER_HIDE_LEGACY_COMMANDS`| When set, Docker hides "legacy" top-level commands (such as `docker rm`, and `docker pull`) in `docker help` output, and only `Management commands` per object-type (e.g., `docker container`) are printed. This may become the default in a future release. |
136
+
|`DOCKER_HOST`| Daemon socket to connect to. |
137
+
|`DOCKER_TLS_VERIFY`| When set Docker uses TLS and verifies the remote. This variable is used both by the `docker` CLI and the [`dockerd` daemon](dockerd.md)|
138
+
|`BUILDKIT_PROGRESS`| Set type of progress output (`auto`, `plain`, `tty`) when [building](build.md) with [BuildKit backend](https://docs.docker.com/build/buildkit/). Use plain to show container output (default `auto`). |
139
139
140
140
Because Docker is developed using Go, you can also use any environment
141
141
variables used by the Go runtime. In particular, you may find these useful:
0 commit comments