-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bug | Docker daemon doesn't seem to be responding on Mac #221
Comments
+1 on this. When I initialized a DockerClient using this as the |
Fixes to these issues have been documented here: binbashar/le-ref-architecture-doc#194 @kwesiRutledge that's still a PR but feel free to get the fixes from there until proper docs are released. |
The documentation with the fix was merged and is available here: https://leverage.binbash.co/user-guide/troubleshooting/general/#leverage-cli-cant-find-the-docker-daemon |
@diego-ojeda-binbash, thank you for your collaboration on this project. I've just published the latest documentation release here. @kwesiRutledge |
Describe the Bug
If you run
leverage
onversion 24.0.6, build ed223bc
on Mac, apparently docker-py tries to connect to the docker socket on the wrong place.Expected Behavior
Rather than
/var/run/docker.sock
, we should try to establish the connection throughunix://$HOME/.docker/run/docker.sock
insteadEnvironment (please complete the following information):
Docker version 24.0.6, build ed223bc
leverage version 1.10.2
MacOS Ventura 13.5
Additional Context
docker/docker-py#3146
https://docs.docker.com/desktop/release-notes/#4131
docker/for-mac#6529
portainer/portainer#9945 (comment)
The text was updated successfully, but these errors were encountered: