You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
Copy file name to clipboardExpand all lines: content/manuals/desktop/cert-revoke-solution.md
+26-23Lines changed: 26 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,36 +70,39 @@ You should now see the Docker Desktop Dashboard.
70
70
71
71
## MDM script
72
72
73
-
If you are an IT administrator, you can use the following script as a workaround for your developers if they have a re-signed version of Docker Desktop version 4.35 or later.
73
+
If you are an IT administrator and your developers are seeing the malware pop-up:
74
74
75
-
```console
76
-
#!/bin/bash
75
+
1. Make sure your developers have a re-signed version of Docker Desktop version 4.32 or later.
76
+
2. Run the following script:
77
77
78
-
# Stop the docker services
79
-
echo "Stopping Docker..."
80
-
sudo pkill [dD]ocker
78
+
```console
79
+
#!/bin/bash
81
80
82
-
# Stop the vmnetd service
83
-
echo "Stopping com.docker.vmnetd service..."
84
-
sudo launchctl bootout system /Library/LaunchDaemons/com.docker.vmnetd.plist
81
+
# Stop the docker services
82
+
echo "Stopping Docker..."
83
+
sudo pkill [dD]ocker
85
84
86
-
# Stop the socket service
87
-
echo "Stopping com.docker.socket service..."
88
-
sudo launchctl bootout system /Library/LaunchDaemons/com.docker.socket.plist
85
+
# Stop the vmnetd service
86
+
echo "Stopping com.docker.vmnetd service..."
87
+
sudo launchctl bootout system /Library/LaunchDaemons/com.docker.vmnetd.plist
0 commit comments