You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(bootstrap): auto-detect Docker Desktop socket on macOS
Add ~/Library/Containers/com.docker.docker/Data/docker-cli.sock to
the alternative socket probe list. Recent Docker Desktop versions on
macOS may not create /var/run/docker.sock, causing gateway start to
fail with a misleading connection error.
When the default socket is unreachable, check_docker_available() now
iterates alternative sockets and connects through the first one that
responds to a ping, instead of failing immediately.
Closes#443
Signed-off-by: Serge Panev <spanev@nvidia.com>
0 commit comments