Temukan dan hentikan mesin Docker Mac

$ launchctl list | grep docker
# 111117   0       com.docker.docker.2388
$ launchctl stop com.docker.docker.2388
# Docker stopped
$ launchctl start com.docker.docker.2388
# Docker started
Old-fashioned Octopus