Skip to content

Commit 4ecbef4

Browse files
committed
docs: document ssh multiplexing env
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent c04dd6e commit 4ecbef4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • docs/reference/commandline

docs/reference/commandline/cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ by the `docker` command line:
8686
* `DOCKER_TMPDIR` Location for temporary Docker files.
8787
* `DOCKER_CONTEXT` Specify the context to use (overrides DOCKER_HOST env var and default context set with "docker context use")
8888
* `DOCKER_DEFAULT_PLATFORM` Specify the default platform for the commands that take the `--platform` flag.
89+
* `DOCKER_SSH_NO_MUX` If set will turn off SSH multiplexing when connecting to daemon through SSH.
90+
* `DOCKER_SSH_MUX_PERSIST` Set a duration for keeping SSH multiplexing socket alive between commands (e.g `60s`).
8991

9092
Because Docker is developed using Go, you can also use any environment
9193
variables used by the Go runtime. In particular, you may find these useful:

0 commit comments

Comments
 (0)