Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Expose host ports #873

Merged
merged 15 commits into from
Apr 18, 2023

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

Adds a PortForwardingContainer configuration, which enables users to access the test host from a container. This configuration utilizes SSH and establishes a port forwarding connection. The container forwards requests from other containers to the host.

Why is it important?

Some test cases require access to a service that is running on the test host. The PortForwardingContainer enables users to establish such a connection.

Related issues

@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Apr 14, 2023
@netlify
Copy link

netlify bot commented Apr 14, 2023

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 5920394
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/643e9358c3328c000890f9ee
😎 Deploy Preview https://deploy-preview-873--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@HofmeisterAn HofmeisterAn marked this pull request as ready for review April 14, 2023 17:37
@HofmeisterAn HofmeisterAn changed the title Feature/expose test host port to container 1 feat: Expost test host ports Apr 18, 2023
@HofmeisterAn HofmeisterAn changed the title feat: Expost test host ports feat: Expost host ports Apr 18, 2023
@HofmeisterAn HofmeisterAn changed the title feat: Expost host ports feat: Expose host ports Apr 18, 2023
@HofmeisterAn HofmeisterAn merged commit f4b6c8c into develop Apr 18, 2023
@HofmeisterAn HofmeisterAn deleted the feature/expose-test-host-port-to-container-1 branch April 18, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: Exposing test host ports to the container
1 participant