Closed
Description
Describe the Bug
If you run leverage
on version 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 through unix://$HOME/.docker/run/docker.sock
instead
Environment (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)