Adithya
Adithya

Reputation: 285

Cannot start docker on mac - Fatal Error - The operation couldn't be completed. (Docker.VmnetdError error 1.)

When I installing the docker for Mac, I got the Fatal Error - The operation couldn't be completed. (Docker.VmnetdError error 1.) enter image description here

Upvotes: 6

Views: 5157

Answers (5)

mevdiven
mevdiven

Reputation: 1902

Go to the Activity Monitor, search for "docker," and select all the docker related processes, force quit all of them. MacOS will restart the docker

Upvotes: 0

Akash Ranjan
Akash Ranjan

Reputation: 1074

Restarting laptop fixed this issue for me.

Upvotes: 1

codingforthemoment
codingforthemoment

Reputation: 135

I had this issue for weeks, upgrading to Version 3.0.0 resolved this issue. I downloaded it and it opens straight away no errors.

Another error i was seeing

Upvotes: 0

asherbret
asherbret

Reputation: 6038

My Docker.app was already in the Applications folder but I still got the error The operation couldn't be completed. (Docker.VmnetdError error 1.) when trying to open it. What solved it for me was resetting docker by clicking the Reset Docker to factory defaults.

Upvotes: 0

Adithya
Adithya

Reputation: 285

That issue came because of the, image file directly opening. you can drag the docker image and drop in to the Applications and after that open the Docker.app from the Applications folder. Solves the issue😀

enter image description here

Upvotes: 9

Related Questions