Install script does not kill Docker gracefully
Closed this issue · 1 comments
hemanthpai commented
When the install script is run, Docker is forced killed by finding its PID. This displays a modal dialog saying docker quit unexpectedly. Also, it doesn't restart. An alternative, is to gracefully quit Docker and restart it ourselves like so:
docker stop
open --background -a Docker
I'd like to submit a PR with these changes to the install script if it makes sense.
AlmirKadric commented
thanks for this