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
I guess this error is due to invalid docker.sock path. On Windows the correct path is //var/run/docker.sock. On macOS with gRPC FUSE enabled the original /var/run/docker.sock is invalid.
The current -v /var/run/docker.sock:/var/run/docker.sock in setup.sh file is broken when
On Windows platform
On macOS platform with gRPC FUSE enabled
The docker.sock path is not in default location
The docker.sock needs authentication somehow
The docker.sock has some permission issues
The text was updated successfully, but these errors were encountered:
I have noticed this error few days ago on macOS with gRPC FUSE enabled. Now I saw this error again on Windows.
I guess this error is due to invalid docker.sock path. On Windows the correct path is
//var/run/docker.sock
. On macOS with gRPC FUSE enabled the original/var/run/docker.sock
is invalid.The current
-v /var/run/docker.sock:/var/run/docker.sock
insetup.sh
file is broken whenThe text was updated successfully, but these errors were encountered: