Podman Desktop: A Free OSS Alternative to Docker Desktop
31–40 of 202 posts
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#32Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#33Edit: I’m using it for free.
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#34Echoing others, is there a benefit running this over Docker? I recently setup portainer and Docker on my homelab and had everything running in about 30 min. Is there a benefit to migrate to podman?
If you’re happy with portainer and Docker I wouldn’t bother migrating.
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#35I’m using (as individual, so for free) Docker Desktop on my M1 Apple silicon. It works great. Could someone tell me the benefits of switching to Podman? I like that Podman is open source, though. Edit: I’m using it for free.
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#36Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#37Recently I started using colima[0], a drop in replacement for Docker Desktop on Mac, and have seen an increase in performance and battery life. You can use all the normal docker and docker compose commands. It does not have a GUI but you can use the Docker extension on VS Code to have an overview of running containers. [0] https://github.com/abiosoft/colima
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#38I saw something on github the other day that may work (can’t remember the name, something about “box”), but it wasn’t available for Macos.
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#39Earlier quoted context omitted.
For me the main reason to use Podman over Docker is rootless containers. Another one is also that Docker is really not pleasant to install on Linux.
> Another one is also that Docker is really not pleasant to install on Linux. I'm curious on which Linux did you encounter issues while installing Docker? I cannot comment on the (to me somewhat pointless) Docker Desktop GUI installation on Linux, but I can confidently report that installing and using docker engine on Ubuntu, at least, is quite trivial and clearly documented[0] on the website. [0] https://docs.docker…
It also seems like Docker is now able to run rootless as well, so my nitpicks are actually more minor than I originally thought. It's still not daemonless, but it would work for my use case still I think.
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#40There'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…
Docker desktop pays for itself by solving these issues though IMO (I wasn't able to get a licence at the old role however)