-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem reinstalling Docker #7532
Comments
I'm experiencing the exact same issue. Attempted the script as described in #7527 to no avail. On any attempt to re-install, MacOS prompts to move Docker to trash. |
Thanks. Makes me feel better that my issue is reproducible by someone else. Hopefully someone at Docker can identify a solution. I initially detected the issue this morning when i did the following command to login to AWS to pull down a public image. aws ecr-public get-login-password --region XXXX | docker login --username AWS --password-stdin public.ecr.aws |
I have the same issue. |
For me reinstall via Homebrew worked. |
I have the same problem since today |
same problem since today |
I was able to get my Mac working again by doing the following:
rm -rf ~/.docker
sudo rm -f /Library/LaunchDaemons/com.docker.socket.plist
sudo rm -f /Library/LaunchDaemons/com.docker.vmnetd.plist
sudo rm -f /Library/PrivilegedHelperTools/com.docker.socket
sudo rm -f /Library/PrivilegedHelperTools/com.docker.vmnetd
|
The only method that work for me after struggling a whole day is to downgrade it to [4.36.0] 🙏 |
this worked for me. thanks! |
This works for me too! Thanks alot |
This is what worked for me after a whole day of running a bunch of commands from the internet. |
Since I don't have sudo access on my machine a similar flow worked for me
Thank you zarathustra323 for the tips! |
Yes - Not quite sure what I did (it took a couple of attempts) ... but was able to get it running again.
rm -rf ~/.docker
But, I think I have this running again. Thanks to those who commented. |
The only method that work for me! Better explanation then official documentation. |
It works for me. Thank really. |
The message Additionally make sure that you close all applications that could be using |
@luckydonald its just an error in the application itself (there is not malware injected). They fixed the application with new patch version. Just remove the old one and install the new one https://docs.docker.com/desktop/release-notes/#4372 |
Wow, really? What a mess. There has to be a better way of fixing this |
I tried. Got same error that it's damaged. Going to try the above remedies, but Docker, you need to do a better job here |
Yeah - it sort of sucks and would be good to have a little more background from Docker on what happened. But, follow the steps, which is primarily installing the new instance of Docker At least as of yesterday, do not download from the main site, which I did a couple of times and it did not work. |
So I've followed all the steps above, and finally got it to install (copy to the Applications folder). Ran the check.sh script which passed. But it won't start. I'll try rebooting again, but something is very not right. Running 14.7.2 (23H311) on an M3 |
-Installed docker again, everything works! |
@ewpreston make sure you don't have any old processes running. See detailed instructions at https://docs.docker.com/desktop/cert-revoke-solution/ |
everything works now! |
+1. Me is Apple Silicon M1, Sonoma 14.4.1 |
Description
I ran into the malware warning issue - "Description Some versions of Docker Desktop might fail to start or function with the following error message: Malware Blocked. “com.docker.vmnetd”…"
But i did not see the patch note. Instead I deleted my Docker on my Mac (on M2). Now on trying to reinstall I am getting an error.
I tried the cli approach as well but was not successful.
Reproduce
Expected behavior
No response
docker version
docker info
Diagnostics ID
xxx
Additional Info
No response
The text was updated successfully, but these errors were encountered: