what does this offer that podman desktop does not? https://podman-desktop.io/
Show HN: Container Desktop – Podman Desktop Companion
21–30 of 207 posts
Re: Show HN: Container Desktop – Podman Desktop Companion
#22Personally I just build all my software so it includes its dependencies and then you don't need docker or any complex image manager. Don't rely on a bunch of crap being installed in the system path! Much much simpler this way imho.
So, from a consumer's point of view, if you want to use their software, then docker is the lesser evil compared to all the others. Notably, it's much better than binaries with dynamic libraries that don't come included in the bundle itself.
Re: Show HN: Container Desktop – Podman Desktop Companion
#23Personally I just build all my software so it includes its dependencies and then you don't need docker or any complex image manager. Don't rely on a bunch of crap being installed in the system path! Much much simpler this way imho.
I think that's the right way to do it from the software distributor's side, but most software distributors don't do it like you. So, from a consumer's point of view, if you want to use their software, then docker is the lesser evil compared to all the others. Notably, it's much better than binaries with dynamic libraries that don't come included in the bundle itself.
Re: Show HN: Container Desktop – Podman Desktop Companion
#24Re: Show HN: Container Desktop – Podman Desktop Companion
#25If you’re on macOS, then Orbstack is a nice alternative to Docker Desktop (I’m not affiliated with Orbstack)
also no affiliation and have not tried orbstack
Re: Show HN: Container Desktop – Podman Desktop Companion
#26Re: Show HN: Container Desktop – Podman Desktop Companion
#27Personally I just build all my software so it includes its dependencies and then you don't need docker or any complex image manager. Don't rely on a bunch of crap being installed in the system path! Much much simpler this way imho.
(I get your point, but docker has made distribution way easier in a lot of ways, and you accept sole tradeoffs for that convenience)
Re: Show HN: Container Desktop – Podman Desktop Companion
#28Personally I just build all my software so it includes its dependencies and then you don't need docker or any complex image manager. Don't rely on a bunch of crap being installed in the system path! Much much simpler this way imho.
Re: Show HN: Container Desktop – Podman Desktop Companion
#29Looks cool, but how is the Kubernetes support? One of the major reasons we use Docker Desktop at work is to host a local Kubernetes cluster with services deployed there. We also support Rancher Desktop since it uses k3s, and k3s is arguably a nicer Kubernetes distribution than the one set up by Docker Desktop. With that said, I have recently tried OrbStack, and it is able to start up near instantly, while Kubernetes…
Re: Show HN: Container Desktop – Podman Desktop Companion
#30If you’re on macOS, then Orbstack is a nice alternative to Docker Desktop (I’m not affiliated with Orbstack)
I've also used Colima, and if Orbstack wasn't an option, I'd be happy to keep using it.