How does this compare to Lando?
I'm new to the whole container world, so at this juncture, I can't really tell them apart.
Multipass seemed to do "container" things quite quickly.
41–50 of 61 posts
How does this compare to Lando?
I'm new to the whole container world, so at this juncture, I can't really tell them apart.
Multipass seemed to do "container" things quite quickly.
Mind the clock drift. https://github.com/abiosoft/colima/issues/274
https://github.com/runfinch/finch
Disclaimer I work at AWS and helped with testing finch during development
Tangentially related but I wish people would stop recommending nix-env and just in general ad-hoc installation on using Nix. It defeats the purpose of using Nix in the first place. If you want to try a package out, there’s "nix shell" or "nix-shell -p" if you’re not using flakes. If you want to install a package you should put it in your configuration instead.
We migrated our devs to Linux. Do Docker? Do Linux.
We migrated all our devs to colima and it's been pretty good. Don't want to deal with Docker (the company) and don't use any of the "features" of Docker Desktop. The only actual issue we've seen is the way folder syncing works includes a slight delay, which has caused some unit tests that depend on running commands in a container with the current working directory mapped that create files to fail intermittently. We b…
Is the colima cli really so much better you’d not just stick to docker-compose, docker buildx, etc?
I’d switch from Docker, but if I’m running it under the hood anyways, I don’t see much point in replacing the fronted — but please convince me otherwise!
Personally I'll be sticking to Rancher Desktop[1] It's backed by SuSE so it's going to be supported and not dependent on a single maintainer. From my perspective, the last thing I want to do is waste my time debugging my container runtime, I just want to get on with the job. It's based also around K3s, which is well suited to desktop environments. The list goes on... [1] https://rancherdesktop.io
Rancher desktop has a bloated electron GUI and and just keep in mind that Rancher as a company is going the way of dust - already about as relevant as SuSE.
Whenever I need a VM on my MacOS I reach out to Multipass[1]. It is a project by Canonical and has a decent amount of features to get the job done. However, it only supports Ubuntu VMs and has some rough edges. [1] https://multipass.run/
The limitations are part of why it works well. Very little to configure and the base image is fairly lean.
We migrated our devs to Linux. Do Docker? Do Linux.
Works so much better in its native environment. Everything is faster and more stable.