Logovskii Dmitrii
Logovskii Dmitrii

Reputation: 2943

Docker takes a very long time to start MacOS

Sometimes on my Mac the Docker takes a very long time to start. I tried to reboot the machine than restart docker one more time and for the first couple times it helped, now even reboot can't help to start docker

Upvotes: 0

Views: 3640

Answers (2)

Error Hunter
Error Hunter

Reputation: 1684

Change memory allocation for docker desktop

Click on >> Docker desktop icon >> Preferences [ Add CPU 2 and memory 2.0 GB]

Upvotes: 0

Logovskii Dmitrii
Logovskii Dmitrii

Reputation: 2943

Here is the cure, just press enter after this command
screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty

Upvotes: 2

Related Questions