Hacker News new | ask | show | jobs
by MrBuddyCasino 1299 days ago
I recently switched from Docker Desktop to Rancher and it seems to not slow down my Mac so much.

Does Colima work with Docker Compose?

1 comments

Compose is a layer on top of the Docker client/API, so the container runtime provider shouldn't matter, I guess as long as there's a real dockerd under the hood, and modulo any bugs.
Rancher lets you choose between dockerd and moby. Does that mean Colima also uses dockerd?