Comment on Lightweight Alpine VMs on macOSparentComments−MrBuddyCasino3yI recently switched from Docker Desktop to Rancher and it seems to not slow down my Mac so much.Does Colima work with Docker Compose?−rollcat3yCompose 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.−MrBuddyCasino3yRancher lets you choose between dockerd and moby. Does that mean Colima also uses dockerd?
Comments
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?
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?