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: Always use Docker's assigned random host port (Ryuk) #852

Merged
merged 3 commits into from
Mar 28, 2023

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

This PR extends the .NET documentation and explains that the Docker Wormhole configurations should use Docker's raw socket due to a bug in Docker Desktop. Furthermore, it sets the ResourceReaperPublicHostPort delegate obsolete. The Resource Reaper no longer uses the API to configure the assigned host port.

Why is it important?

The PR provides more information about the Docker Wormhole configuration and use the same port assignment everywhere. The Resource Reaper was the only exception that uses the 0 assignments instead of string.Empty.

Related issues

@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Mar 27, 2023
@netlify
Copy link

netlify bot commented Mar 27, 2023

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 97c7f06
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/642313456e8e62000874863a
😎 Deploy Preview https://deploy-preview-852--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 March 27, 2023 13:37
docs/examples/dind.md Outdated Show resolved Hide resolved
kiview
kiview previously approved these changes Mar 28, 2023
src/Testcontainers/Containers/ResourceReaper.cs Outdated Show resolved Hide resolved
@HofmeisterAn HofmeisterAn merged commit 5152cff into develop Mar 28, 2023
@HofmeisterAn HofmeisterAn deleted the bugfix/explain-docker-raw-socket branch March 28, 2023 17:11
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.

None yet

2 participants