This still occurs, even with the latest beta-21.
I have some container that run gulp tasks - like gulp watch, those seem to be a trigger, but I can’t say 100% that is the only ting that causes it.
I know that I have to restart docker app quite regularly… and this is very frustrating and makes docker FAR from a stable development platform… let alone something I’d feel comfortable in production…
Of course, I’d not be running a production build on Docker Mac…
It really would be good to root cause (and fix) this one! Does anyone have any advice?
This has happened to me once or twice before, and I resolved it with a factory reset. But today, I didn’t want to have to re-download and re-build images. Instead, ran:
pgrep -i -f docker | xargs sudo kill
That killed the Docker Daemon too. So, I re-launched Docker to get the whale back in my menubar.