Open Issues Need Help
View All on GitHubAI Summary: Implement a feature in the `testcontainers-rs` Rust library to allow exposing host ports to containers, enabling communication between the container and services running on the host machine using a consistent hostname like `host.testcontainers.internal`. This should ideally support native Docker features where available and fall back to a mechanism like an SSHD container for broader compatibility.
Complexity:
4/5
enhancement help wanted
A library for integration-testing against docker containers from within Rust.
Rust
#docker#integration-testing#rust#test-automation#testcontainers#testcontainers-rust#testing