Skip to content

Commit 025b408

Browse files
aevesdockerdvdksn
andauthored
mdm script fix (#21795)
<!--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 --------- Co-authored-by: David Karlsson <[email protected]>
1 parent ab43bae commit 025b408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/desktop/cert-revoke-solution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you are an IT administrator and your developers are seeing the malware pop-up
8888

8989
# Stop the docker services
9090
echo "Stopping Docker..."
91-
sudo pkill [dD]ocker
91+
sudo pkill -i docker
9292

9393
# Stop the vmnetd service
9494
echo "Stopping com.docker.vmnetd service..."

0 commit comments

Comments
 (0)