mirror of https://github.com/docker/docs.git
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 <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
ab43baed26
commit
025b408da0
|
|
@ -88,7 +88,7 @@ If you are an IT administrator and your developers are seeing the malware pop-up
|
||||||
|
|
||||||
# Stop the docker services
|
# Stop the docker services
|
||||||
echo "Stopping Docker..."
|
echo "Stopping Docker..."
|
||||||
sudo pkill [dD]ocker
|
sudo pkill -i docker
|
||||||
|
|
||||||
# Stop the vmnetd service
|
# Stop the vmnetd service
|
||||||
echo "Stopping com.docker.vmnetd service..."
|
echo "Stopping com.docker.vmnetd service..."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue