Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Docker daemon check in the local deployment script does not work in macOS #240

Open
gmolto opened this issue Jun 1, 2024 · 0 comments · May be fixed by #258
Open

The Docker daemon check in the local deployment script does not work in macOS #240

gmolto opened this issue Jun 1, 2024 · 0 comments · May be fixed by #258
Assignees

Comments

@gmolto
Copy link
Member

gmolto commented Jun 1, 2024

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

  • 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.

@gmolto gmolto linked a pull request Oct 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants