Hacker News new | ask | show | jobs
by cheriot 1173 days ago
I have an older laptop and user Docker for Mac daily. My fingers never get cold!
3 comments

Put a few slices of bacon under the macbook and you even have breakfast.
Try out Colima[0]. I saw someone else mention it on here a few months ago and thought to try it and it's been very good. I did encounter my first problem yesterday so I have moved back to Docker Desktop for now but even if it only worked half the time I'd still suggest it, the memory usage is under a quarter of Docker's offering!

[0] https://github.com/abiosoft/colima

I think the OP actually prefers the heat generated from Docker.
Is it tho
Another thing to try is podman. I run it on my mac and my mac is no longer trying to fly away on the strength of the cooling fans alone.

Podman used to be a bit rough on mac but it's gotten significantly better, especially with podman-desktop. docker-compose even works with it as it does something on the backend to swap out the docker socket. I wouldn't recommend doing podman-compose as it looks to be mostly unmaintained? Or at least no new releases have been cut in a couple of years.

I'll have to give podman another look. Last I checked I couldn't see how to replace my routine docker commands.