Podman Desktop: A Free OSS Alternative to Docker Desktop
11–20 of 202 posts
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#12Am I just a dum dum for not getting this to drop-in replace Docker Desktop for my relatively simple projects? Has anyone else experienced the problematic practicalities of switching, or should I just spend a bit more time with it?
So if you're just using it for yourself you probably don't need to bother
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#13There'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?
Getting Podman to run CUDA/Nvidia workloads was a bit more challenging, but that can also be done.
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#14Am I just a dum dum for not getting this to drop-in replace Docker Desktop for my relatively simple projects? Has anyone else experienced the problematic practicalities of switching, or should I just spend a bit more time with it?
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#15Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#16Am I just a dum dum for not getting this to drop-in replace Docker Desktop for my relatively simple projects? Has anyone else experienced the problematic practicalities of switching, or should I just spend a bit more time with it?
I'm pretty sure the main reason there's a push to move from Docker Desktop now is because earlier this year they started charging larger businesses/teams to use it. So if you're just using it for yourself you probably don't need to bother https://www.docker.com/blog/updating-product-subscriptions/
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#17Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#18Am I just a dum dum for not getting this to drop-in replace Docker Desktop for my relatively simple projects? Has anyone else experienced the problematic practicalities of switching, or should I just spend a bit more time with it?
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#19Can this be installed side-by-side with Docker Desktop (on Windows)?
yes; actually it's pretty cool because it shows you docker containers running on your system too and lets you manage those if you have any.
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#20Echoing 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?