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
The local deployment approach: curl -sSL http://go.oscar.grycap.net | bash should correctly detect Docker in macOS.
Actual Behavior
Executing curl -sSL http://go.oscar.grycap.net | bash throws the error "Error: Docker daemon is not working!" even if the Docker daemon is up & running.
Specifications
Platform: macOS
Subsystem: Sonoma 14.5
Possible Solution
Use docker info instead of curl -s --unix-socket /var/run/docker.sock http://ping > /dev/nullto check for the Docker status.
The text was updated successfully, but these errors were encountered:
Expected Behavior
The local deployment approach:
curl -sSL http://go.oscar.grycap.net | bash
should correctly detect Docker in macOS.Actual Behavior
Executing
curl -sSL http://go.oscar.grycap.net | bash
throws the error "Error: Docker daemon is not working!" even if the Docker daemon is up & running.Specifications
Possible Solution
Use
docker info
instead ofcurl -s --unix-socket /var/run/docker.sock http://ping > /dev/null
to check for the Docker status.The text was updated successfully, but these errors were encountered: