mirror of https://github.com/docker/cli.git
43dbdcfe1e
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> |
||
---|---|---|
.. | ||
commandconn | ||
ssh | ||
connhelper.go | ||
connhelper_test.go |