testcontainers / testcontainers-java

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://testcontainers.org
MIT License
8.02k stars 1.65k forks source link

[Enhancement]: SSH support for remote docker_host #9408

Open vyatich opened 1 week ago

vyatich commented 1 week ago

Module

Core

Proposal

Can't use ssh connect for remote docker deamon in testcontainers.properties - only support schemas - unix, npipe and tcp Now I get message "Unsupported protocol scheme: ssh://user@10.10.10.10"

kiview commented 1 week ago

Hi @vyatich, this is indeed not supported, because the support is still missing from docker-java: https://github.com/docker-java/docker-java/issues/1130