DockerCLI/cli/connhelper
Matthew MacLeod 43dbdcfe1e cli/connhelper: support overriding the docker binary over SSH
This change adds the ability to override the docker binary used when executing
commands over SSH. This is useful when the docker binary is not in the PATH of
the SSH user, or when the binary is not named `docker`.

If `DOCKER_SSH_REMOTE_BINARY` is set in the environment, the value will be used
as the docker binary when executing commands over SSH. If the environment
variable is not set, the default value of `docker` will be used.

Signed-off-by: Matthew MacLeod <matt@umm.io>
2024-11-18 15:27:35 +00:00
..
commandconn Merge pull request #5291 from laurazard/fix-all-the-flaky-connhelper-tests 2024-07-24 12:03:55 +01:00
ssh connhelper: Allow socket path when using SSH 2023-03-07 00:48:27 +01:00
connhelper.go cli/connhelper: support overriding the docker binary over SSH 2024-11-18 15:27:35 +00:00
connhelper_test.go cli/connhelper: support overriding the docker binary over SSH 2024-11-18 15:27:35 +00:00