Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?"

like image 309
Rakesh Avatar asked Sep 18 '25 11:09

Rakesh


1 Answers

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.

like image 187
Rakesh Avatar answered Sep 21 '25 02:09

Rakesh