Rakesh
Rakesh

Reputation: 1434

Docker Engine not running in Mac M1 series

Problem : I was trying to set up Docker on my Mac M1, docker engine was somehow keep running (it was in kind of hung state). When I tried running docker ps command, I used to get the error "Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"

Upvotes: 4

Views: 5218

Answers (1)

Rakesh
Rakesh

Reputation: 1434

Solution: In Docker Desktop go to settings and try these two steps:-

  1. Clean/purge data
  2. Reset to Factory defaults.

Doing this helped me to fix the issue.

Upvotes: 3

Related Questions