How to stop Docker (and Kubernetes) using Docker desktop?
The docker desktop app starts a qemu vm, so the desktop app has no control over the PIDs. To overcome the “situation” do the following: open the Terminal app edit the file ~/.bash_profile add the following lines #macro to kill the docker desktop app and the VM (excluding vmnetd -> it’s a service) function kdo() … Read more