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
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 inHere is the docker API code https://github.com/docker/cli/pull/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