Mathieu Champlon
Mathieu Champlon
Hi, Which version(s) of Docker Desktop have you tried? Which one is the highest one? Did you download it fresh? What happens if you do ``` sudo rm /Library/PrivilegedHelperTools/com.docker.vmnetd ```...
Ah maybe you need to (sudo) kill -9 the `vmnetd` process, actually. Does ``` ps aux | grep vmnetd ``` show it running?
Or any other docker process running? ``` ps aux | grep [dD]ocker ```
> vmnetd was not running, and killing the docker process and starting it again gives the same result. Ah right, so Docker Desktop does not re-install `vmnetd` in that case....