Live data from Hacker News

Podman Desktop: A Free OSS Alternative to Docker Desktop

podman-desktop.io

1–10 of 202 posts

Re: Podman Desktop: A Free OSS Alternative to Docker Desktop

#5
There's also Rancher Desktop in the same space, which includes k3s as a local K8s solution.

For personal use I found it great and lighter than Docker Desktop. At work, unfortunately all options but Docker Desktop have issues with either 1) Our Cisco AnyConnect VPN, or 2) Our authenticated http proxy. Couldn't find anything else providing a container runtime + a local k8s on MacOS that works in this environment. So we just got Docker Desktop licenses.

Re: Podman Desktop: A Free OSS Alternative to Docker Desktop

#7
Docker Desktop for Mac released an experimental file sharing implementation back in March[0]. It made working with Docker bearable.

Does anyone know how well Podman performs on Mac? Especially file sharing.

Edit: A quick Google led me back to this HackerNews comment[1]. Looks like Docker for Mac is faster.

[0] https://www.docker.com/blog/speed-boost-achievement-unlocked...

[1] https://news.ycombinator.com/item?id=32307595

Re: Podman Desktop: A Free OSS Alternative to Docker Desktop

#8

There's also Rancher Desktop in the same space, which includes k3s as a local K8s solution. For personal use I found it great and lighter than Docker Desktop. At work, unfortunately all options but Docker Desktop have issues with either 1) Our Cisco AnyConnect VPN, or 2) Our authenticated http proxy. Couldn't find anything else providing a container runtime + a local k8s on MacOS that works in this environment. So we…

I suppose Docker Compose won‘t work with those alternatives?

Re: Podman Desktop: A Free OSS Alternative to Docker Desktop

#9

There's also Rancher Desktop in the same space, which includes k3s as a local K8s solution. For personal use I found it great and lighter than Docker Desktop. At work, unfortunately all options but Docker Desktop have issues with either 1) Our Cisco AnyConnect VPN, or 2) Our authenticated http proxy. Couldn't find anything else providing a container runtime + a local k8s on MacOS that works in this environment. So we…

I suppose Docker Compose won‘t work with those alternatives?

Compose works (with caveats, sometimes significant ones) with podman.

Rancher desktop works seamlessly with docker-compose. No issues at all.

Re: Podman Desktop: A Free OSS Alternative to Docker Desktop

#10

There's also Rancher Desktop in the same space, which includes k3s as a local K8s solution. For personal use I found it great and lighter than Docker Desktop. At work, unfortunately all options but Docker Desktop have issues with either 1) Our Cisco AnyConnect VPN, or 2) Our authenticated http proxy. Couldn't find anything else providing a container runtime + a local k8s on MacOS that works in this environment. So we…

I suppose Docker Compose won‘t work with those alternatives?

Docker Compose works fine with Rancher Desktop. You can use it with Podman on Linux too, you just need to enable the socket since normally Podman does without - I'd imagine there's some way to enable this on Podman desktop too.
Post reply on HN