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

Add step to create symlink when Docker for Mac 4.13 is installed #6064

Merged
merged 1 commit into from Oct 27, 2022

Conversation

eddumelendez
Copy link
Member

Starting Docker for Mac 4.13, /var/run/docker.sock symlink is not
created. In order to use it with Testcontainers, the next command
should be executed right after the installation
sudo ln -s $HOME/.docker/run/docker.sock /var/run/docker.sock

@eddumelendez eddumelendez requested a review from a team as a code owner October 26, 2022 15:36
Starting Docker for Mac 4.13, `/var/run/docker.sock` symlink is not
created. In order to use it with Testcontainers, the next command
should be executed right after the installation
`sudo ln -s $HOME/.docker/run/docker.sock /var/run/docker.sock`
@kiview
Copy link
Member

kiview commented Oct 27, 2022

Helpful to document it for the current situation, but a better behavior for Testcontainers would probably be to add this discovery location to UnixSocketClientProviderStrategy.

@eddumelendez eddumelendez merged commit 1545902 into main Oct 27, 2022
@delete-merged-branch delete-merged-branch bot deleted the fix_macos_docs branch October 27, 2022 15:20
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.

None yet

2 participants