Live data from Hacker News

Show HN: Container Desktop – Podman Desktop Companion

container-desktop.com

31–40 of 207 posts

Re: Show HN: Container Desktop – Podman Desktop Companion

#31
post #25
post #7

If you’re on macOS, then Orbstack is a nice alternative to Docker Desktop (I’m not affiliated with Orbstack)

colima is also good https://www.swyx.io/running-docker-without-docker-desktop also no affiliation and have not tried orbstack

Colima has been great to support x86 images on Apple Silicon like OracleDB 19, instead of building arm64 images.

The flexibility of container runtimes and host architecture (via QEMU) has proven useful.

Re: Show HN: Container Desktop – Podman Desktop Companion

#32
I'm currently using colima, and none of the other alternatives that I have found support forwarding UDP ports, which I use a lot, so that's a bummer!

Thankfully, lima has landed a new port forwarder with UDP support! [0]. I'm hoping to be able to use it soon once it makes into a release.

[0]: https://github.com/lima-vm/lima/commit/13e9cbcabc6a0a05ec389...

Re: Show HN: Container Desktop – Podman Desktop Companion

#33

I've been using Rancher Desktop as an alternative to Docker Desktop, https://rancherdesktop.io/ on macOS and Windows, it's pretty solid. It has some kinks to work out but I got it working with IDEs too (e.g. the Intellij IDEA Docker Compose integration to work with it). What I also like is that existing scripts and etc that use the docker-compose cli work with Rancher Desktop too, as it uses nerdctl https://github.co…

We just completed the switch to Rancher where I work. 1200ish engineers, mostly on Macs. So far it's worked out pretty well..fewer hiccups than I expected.

Re: Show HN: Container Desktop – Podman Desktop Companion

#34

Personally 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.

That's basically what a docker image does in a more formalized, isolated, and repeatable fashion.

Re: Show HN: Container Desktop – Podman Desktop Companion

#35
post #13
post #11

Looks 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…

You should check out https://kind.sigs.k8s.io/ and https://k0sproject.io

I love kind! Used it a lot when I was writing my thesis on Kubernetes schedulers.

Re: Show HN: Container Desktop – Podman Desktop Companion

#36

I've been using Rancher Desktop as an alternative to Docker Desktop, https://rancherdesktop.io/ on macOS and Windows, it's pretty solid. It has some kinks to work out but I got it working with IDEs too (e.g. the Intellij IDEA Docker Compose integration to work with it). What I also like is that existing scripts and etc that use the docker-compose cli work with Rancher Desktop too, as it uses nerdctl https://github.co…

Been using Rancher Desktop for 2 years, can definitely recommend this as an alternative to Docker Desktop.

Re: Show HN: Container Desktop – Podman Desktop Companion

#37
Honest question, what’s wrong with docker desktop? Looking at all the alternatives suggested it’s not clear to me why any other tools are better? I’m not using k8s locally, just docker compose. To connect to our remote k8s cluster, I use IntelliJ k8s extension (I just need to do some basic dev tasks, I’m not administrating the cluster)

Re: Show HN: Container Desktop – Podman Desktop Companion

#38
post #7

If you’re on macOS, then Orbstack is a nice alternative to Docker Desktop (I’m not affiliated with Orbstack)

Orbstack is wicked good. I love it. I compile to 4 platforms with it (Ubuntu/Mac x x86_64/arm) and it's the fastest emu/docker thing.

Re: Show HN: Container Desktop – Podman Desktop Companion

#39
post #37

Honest question, what’s wrong with docker desktop? Looking at all the alternatives suggested it’s not clear to me why any other tools are better? I’m not using k8s locally, just docker compose. To connect to our remote k8s cluster, I use IntelliJ k8s extension (I just need to do some basic dev tasks, I’m not administrating the cluster)

For me, it was consuming so much memory. Switching to OrbStack helped fix that

Re: Show HN: Container Desktop – Podman Desktop Companion

#40
post #13
post #11

Looks 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…

You should check out https://kind.sigs.k8s.io/ and https://k0sproject.io

I'm torn between https://k0sproject.io and https://k3s.io to use in CI and production.

Any suggestions or personal experience?

Post reply on HN