-
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
Still getting malware messages on reboot #7544
Comments
@znorris, from looking at your diagnostics it appears that your Could you please run |
Hi! I'm facing the same issue, booted, tried to install latest version 4.37.2 as per your recommendation... i've copied the files to and executed the checker script and i've got... sficheras-MacBook-Pro:Downloads sfichera$ sudo ./check.sh /Library/PrivilegedHelperTools/com.docker.socket I'm on ventura 13.4.1 (22F82) with intel chip UPDATE: |
@znorris, do you have any of the Allow the default Docker socket to be used (requires password) or Allow privileged port mapping (requires password) options enabled in your settings? If so, could you disable those and see if that changes anything? ![]() Some users have reported similar issues when there was an old version in the macOS trash. Could empty your trash, please? |
I had "allow the default Docker socket to be used" enabled.
Not applicable in my case as I do not have anything in the trash. After changing the "allow default docker socket" setting and rebooting, I still get the error. Malware blocked "com.docker.socket" was not opened... |
The odd thing here is that your
or
|
@cdupuis Update: I was able to delete that folder from the macOS finder, and I did not receive an error. After rebooting, surprisingly, I'm still receiving the malware error. |
I've followed the uninstall instructions without error and I'm still getting a malware error. |
@znorris can you show the exact malware popup you’re seeing? Specifically is it about |
Ah sorry @znorris, just saw in one of your comments that you already answered this:
|
@znorris the script in https://docs.docker.com/desktop/cert-revoke-solution/#upgrade-to-docker-desktop-version-4372-recommended should solve this, i.e. this line in particular: sudo launchctl bootout system/com.docker.socket 2>/dev/null || true |
Thank you. Removing these files and preventing their startup has solved my warning problem. That, combined with the macOS uninstall guide, should have left me in a clean state. I recommend adding this cert revoke solution to the documentation in the uninstall guide for macOS. IMO, it would be helpful to remove everything, and it would be in keeping with my expectations. |
The original solution in the blog post and linked issue also did not work for me. Doing the full uninstall at the bottom of this issue and running the cert revoke script worked for me. I would also ask you to please add something about this to the blog post. The information as of now seems quite scattered between the issue, the blog post, and the release page, as well as this issue (where I found my actual solution). |
this did the trick for me. thanks! |
Description
Reproduce
have a mac with arm, have a preexisting docker install, login.
Expected behavior
No malware messages
docker version
Client: Version: 27.4.0 API version: 1.47 Go version: go1.22.10 Git commit: bde2b89 Built: Sat Dec 7 10:35:43 2024 OS/Arch: darwin/arm64 Context: desktop-linux Server: Docker Desktop 4.37.2 (179585) Engine: Version: 27.4.0 API version: 1.47 (minimum version 1.24) Go version: go1.22.10 Git commit: 92a8393 Built: Sat Dec 7 10:38:33 2024 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.7.21 GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111 runc: Version: 1.1.13 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Diagnostics ID
C3133A99-11C4-47F5-9100-925A7CBEA8C3/20250113184735
Additional Info
This has been a real mess and deserves a better solution than what you're posting on blogs and in issues.
The text was updated successfully, but these errors were encountered: