-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
I have noticed this error few days ago on macOS with gRPC FUSE enabled. Now I saw this error again on Windows.
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read))
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