Docker on macOS much more efficient now

12 points by tgv ↗ HN
I hadn't been using docker on my mac for a few weeks, and when I fired up the old containers this morning after updating Docker, I found that it no longer had one CPU going at 100% while my processes were idling as it did before, and some very high CPU usage during more demanding tasks. It now seems to behave like it does on Linux.

I had given up on docker on my mac, and instead ran it inside an Ubuntu VM on my mac, but this is much better. If you had given up on it too, take another look.

3 comments

[ 3.4 ms ] story [ 20.7 ms ] thread
I may have to give Docker another try. I completely cut it out of my macOS development environment due to high CPU usage, bad performance compared to non-Docker envs, and in general just having a lot of issues with the file system not staying in sync especially when rebuilding dependencies.