Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli/connhelper: support overriding the docker binary over SSH #5627

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2024

  1. 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>
    mattmacleod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    43dbdcf View commit details
    Browse the repository at this point in the history
  2. cli/connhelper: raise remote binary evaluation out of dialer context

    Signed-off-by: Matthew MacLeod <matt@umm.io>
    mattmacleod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    43dd6ea View commit details
    Browse the repository at this point in the history