1
0
mirror of https://github.com/docker/cli.git synced 2026-01-06 05:41:44 +03:00

Add DOCKER_TLS environment variable

Signed-off-by: WTFKr0 <thomas.kovatchitch@gmail.com>
This commit is contained in:
WTFKr0
2018-02-06 09:27:05 +01:00
parent 26a2a45967
commit 42fa3ef7d8
2 changed files with 3 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ by the `docker` command line:
* `DOCKER_NOWARN_KERNEL_VERSION` Prevent warnings that your Linux kernel is
unsuitable for Docker.
* `DOCKER_RAMDISK` If set this will disable 'pivot_root'.
* `DOCKER_TLS` When set Docker uses TLS.
* `DOCKER_TLS_VERIFY` When set Docker uses TLS and verifies the remote.
* `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.