@@ -61,27 +61,27 @@ by the `docker` command line:
6161
6262* ` DOCKER_API_VERSION ` The API version to use (e.g. ` 1.19 ` )
6363* ` DOCKER_CONFIG ` The location of your client configuration files.
64- * ` DOCKER_CERT_PATH ` The location of your authentication keys.
6564* ` DOCKER_CLI_EXPERIMENTAL ` Enable experimental features for the cli (e.g. ` enabled ` or ` disabled ` )
66- * ` DOCKER_DRIVER ` The graph driver to use.
6765* ` DOCKER_HOST ` Daemon socket to connect to.
68- * ` DOCKER_NOWARN_KERNEL_VERSION ` Prevent warnings that your Linux kernel is
69- unsuitable for Docker.
70- * ` DOCKER_RAMDISK ` If set this will disable 'pivot_root'.
7166* ` DOCKER_STACK_ORCHESTRATOR ` Configure the default orchestrator to use when using ` docker stack ` management commands.
72- * ` DOCKER_TLS ` When set Docker uses TLS.
73- * ` DOCKER_TLS_VERIFY ` When set Docker uses TLS and verifies the remote.
7467* ` DOCKER_CONTENT_TRUST ` When set Docker uses notary to sign and verify images.
7568 Equates to ` --disable-content-trust=false ` for build, create, pull, push, run.
7669* ` DOCKER_CONTENT_TRUST_SERVER ` The URL of the Notary server to use. This defaults
7770 to the same URL as the registry.
7871* ` DOCKER_HIDE_LEGACY_COMMANDS ` When set, Docker hides "legacy" top-level commands (such as ` docker rm ` , and
7972 ` docker pull ` ) in ` docker help ` output, and only ` Management commands ` per object-type (e.g., ` docker container ` ) are
8073 printed. This may become the default in a future release, at which point this environment-variable is removed.
81- * ` DOCKER_TMPDIR ` Location for temporary Docker files.
8274* ` DOCKER_CONTEXT ` Specify the context to use (overrides DOCKER_HOST env var and default context set with "docker context use")
8375* ` DOCKER_DEFAULT_PLATFORM ` Specify the default platform for the commands that take the ` --platform ` flag.
8476
77+ #### Shared Environment variables
78+
79+ These environment variables can be used both with the ` docker ` command line and
80+ ` dockerd ` command line:
81+
82+ * ` DOCKER_CERT_PATH ` The location of your authentication keys.
83+ * ` DOCKER_TLS_VERIFY ` When set Docker uses TLS and verifies the remote.
84+
8585Because Docker is developed using Go, you can also use any environment
8686variables used by the Go runtime. In particular, you may find these useful:
8787
0 commit comments