From 29734b91033dbaba0497fa3871934aa44cc8ae2f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 30 Jan 2020 16:20:52 +0100 Subject: [PATCH] Revert "docs: document ssh multiplexing env" This reverts commit 4ecbef46602f62c52b8e3a36401265dc87fab940. Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/cli.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/reference/commandline/cli.md b/docs/reference/commandline/cli.md index ce8d554c0c..b5aef34692 100644 --- a/docs/reference/commandline/cli.md +++ b/docs/reference/commandline/cli.md @@ -86,8 +86,6 @@ by the `docker` command line: * `DOCKER_TMPDIR` Location for temporary Docker files. * `DOCKER_CONTEXT` Specify the context to use (overrides DOCKER_HOST env var and default context set with "docker context use") * `DOCKER_DEFAULT_PLATFORM` Specify the default platform for the commands that take the `--platform` flag. -* `DOCKER_SSH_NO_MUX` If set will turn off SSH multiplexing when connecting to daemon through SSH. -* `DOCKER_SSH_MUX_PERSIST` Set a duration for keeping SSH multiplexing socket alive between commands (e.g `60s`). Because Docker is developed using Go, you can also use any environment variables used by the Go runtime. In particular, you may find these useful: