We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v24.0.5 (on main branch)
go version go1.22.10 darwin/arm64
None
64GB Mac M4, OSX 15.1
cd t make test args="--pkg=/graphql/resolve" (base)
Expected to tests to be able to connect to the running Docker Desktop instance, but instead it fails with
While listing container: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
The newer versions of Docker Desktop for Mac typically create the socket at ~/.docker/run/docker.sock
I'm working on a fix.
The text was updated successfully, but these errors were encountered:
Hi Matthew, Thank you for filling an issue. Let us know when the fix is ready.
Sorry, something went wrong.
matthewmcneely
No branches or pull requests
What version of Dgraph are you using?
v24.0.5 (on main branch)
Tell us a little more about your go-environment?
go version go1.22.10 darwin/arm64
Have you tried reproducing the issue with the latest release?
None
What is the hardware spec (RAM, CPU, OS)?
64GB Mac M4, OSX 15.1
What steps will reproduce the bug?
cd t
make test args="--pkg=/graphql/resolve" (base)
Expected behavior and actual result.
Expected to tests to be able to connect to the running Docker Desktop instance, but instead it fails with
Additional information
The newer versions of Docker Desktop for Mac typically create the socket at ~/.docker/run/docker.sock
I'm working on a fix.
The text was updated successfully, but these errors were encountered: