add comment

pull/16150/head
Steven Powell 2023-03-24 12:37:47 -07:00
parent ff1ecd2e26
commit 387f07d7c0
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ if docker system info > /dev/null 2>&1; then
exit 0
fi
# kill docker first
# kill Docker so we can freshly start it
# IMPORTANT: Docker Desktop has to be stopped before Docker Engine
# See https://github.com/kubernetes/minikube/pull/16150
osascript -e 'quit app "Docker Desktop"'
osascript -e 'quit app "Docker"'