testcontainers / testcontainers/testcontainers-java
[Enhancement]: SSH support for remote docker_host
Open
Nobody has claimed this yet.
resolution/somedaymaybe
type/enhancement
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 1.9k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 9
Description
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"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the Core handling of docker_host configuration and reproduce the unsupported-protocol error using testcontainers.properties with an ssh:// value. Trace how the existing unix, npipe, and tcp schemes are handled; done means a remote Docker daemon using SSH is accepted without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, java
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100