You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically marking is as stale. If this issue is not relevant or applicable anymore (problem has been fixed in a new version or similar), please close the issue or let us know so we can close it. On the contrary, if the issue is still relevant, there is nothing you need to do, but if you have any additional details or context which would help us when working on this issue, please include it as a comment to this issue.
As of docker
18.09
you can connect to a remote docker daemon over SSH without actually exposing the daemon socket and/or configuring TLS certs. (see https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-socket-option)e.g.
docker -H ssh://remoteip ps -a
It would be fantastic if support for this could be added into the Docker driver.
Cheers
The text was updated successfully, but these errors were encountered: