10000 request: add the native docker SSH support now available in v18.09 · Issue #99 · apocas/docker-modem · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
request: add the native docker SSH support now available in v18.09 #99
Closed
@diablodale

Description

@diablodale

Request to add support for Docker v18.09 native SSH.
This new connection method between client and engine allows for simple and shared SSH configuration which is far more common and more easily administered that the prior custom CA/certs solution.

Via the docker cli, it is easily done by setting the env var DOCKER_HOST=ssh://hostname or directly on the docker command using the -H parameter as in

docker -H ssh://hostname info

Here is the docker API code docker/cli#1014
and some articles on it
https://raesene.github.io/blog/2018/11/11/Docker-18-09-SSH/
https://medium.com/lucjuggery/docker-tips-access-the-docker-daemon-via-ssh-97cd6b44a53

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0