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

Optionally use ssh for docker-env instead of tcp #9548

Merged
merged 10 commits into from
Dec 9, 2020

Commits on Oct 25, 2020

  1. Optionally use ssh for docker-env instead of tcp

    Since Docker 18.09, it supports ssh: as well as tcp:
    for connecting to the docker daemon (in $DOCKER_HOST).
    
    This avoids setting up certificates, but leaves key
    handling (host keys and identity keys) to ssh config.
    afbjorklund committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    7841aea View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    b57bf9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    274be7f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Configuration menu
    Copy the full SHA
    d2e2eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b8843 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Merge tag 'v1.15.0' into docker-env-ssh

    1.15.0 Release
    afbjorklund committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    0542724 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Merge tag 'v1.15.1' into docker-env-ssh

    1.15.1 Release
    afbjorklund committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    bf73bcc View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    807bec0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    9189069 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    45befa0 View commit details
    Browse the repository at this point in the history