Replies: 1 comment 1 reply
-
Hi @mattbal - This is a common problem in recent versions of Docker Desktop. It's even mentioned in the docs. You have to explicitly allow Docker Desktop to access them.
Let me know if that solves the problem for you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, I'm trying to create a local dev environment for Drupal 10, but I keep getting an error.
I run the following commands:
But upon running
ddev start
, I get the following error:Error response from daemon: Ports are not available: exposing port TCP 127.0.0.1:443 -> 0.0.0.0:0: failed to connect to /var/run/com.docker.vmnetd.sock: is vmnetd running?: dial unix /var/run/com.docker.vmnetd.sock: connect: connection refused
I'm using Docker Desktop and macOS. Any ideas on how to fix this error?
Beta Was this translation helpful? Give feedback.
All reactions