Improve ssh connectivity for docker API #469
Labels
kind/enhancement
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Right now docker connection string may be
unix://
tcp://
andssh://
. In case of ssh it works only for TCP forwarding. However one could want to also tunnelunix://
over ssh not onlytcp://
. We should enable connections string likessh://user@host:/some/unix/p.sock
.The text was updated successfully, but these errors were encountered: