docker / for-mac

Bug reports for Docker Desktop for Mac
https://www.docker.com/products/docker#/mac
2.44k stars 118 forks source link

Docker takes forever to start (M1 chip) #6851

Open Ychen463 opened 1 year ago

Ychen463 commented 1 year ago

Expected behavior

I just installed Docker and try to start Docker Desktop

Actual behavior

It takes forever. I've tried to reinstall it, but it still doesn't work.

image

Information

Output of /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check

Steps to reproduce the behavior

  1. ...
  2. ...
colincadams commented 1 year ago

I am also seeing it spin on "Starting the Docker Engine..." indefinitely with the new v4.19.0 version, but with an Intel chip. This was not a problem on previous versions, going to attempt a downgrade.


Edit: Downgrading did not work, but installing 4.19.0 through homebrew did fix it. These are the commands I ran:

/Applications/Docker.app/Contents/MacOS/uninstall
brew install --cask docker

A coworker of mine ran into the same thing and switching to a homebrew installation addressed it for them as well. I'm not sure why this would be different, and possible this is totally unrelated to the issue above. Feel free to ignore if so!