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

Clarify docker-socket mounting workaround for Docker Desktop #6282

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

kiview
Copy link
Member

@kiview kiview commented Dec 2, 2022

Docker Desktop changed some internal network details regarding quite some time ago (see this comment). We raised the issue in the upstream, since Testcontainers users were discovering this in Docker-Wormhole setups, but the workaround used to fail on WSL2 back in the day.

Nowadays, the workaround also works fine on WSL2 and since this implementation works as intended by the upstream and we used to rely on undefined behavior before, I'd say the workaround is the actual correct approach how to do. Hence this PR adds it to our documentation.

Closes #4395.

@kiview kiview requested a review from a team as a code owner December 2, 2022 14:38
@eddumelendez eddumelendez added this to the next milestone Dec 2, 2022
@kiview kiview merged commit 70fa48a into main Dec 2, 2022
@kiview kiview deleted the docker-socket-docs branch December 2, 2022 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't connect to Ryuk when using when running in container and using Docker-Socket-Mounting on Docker Desktop
2 participants