Podman Desktop: A Free OSS Alternative to Docker Desktop
41–50 of 202 posts
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#42Am 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?
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.
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#43Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#44Sort of off-topic. I noticed they publish Universal, intel and arm builds for MacOS. I’m struggling to understand why would they build all three? Why not do either universal or split arch?
For example if you're using homebrew it will download the right specific file.
And universal is there so that people don't bother to know which arch is their computer.
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#45Am 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
#46Quoted post unavailable.
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#47I was surprised to find out wsl2 now supports systemd
https://devblogs.microsoft.com/commandline/systemd-support-i...
I was able to install docker normally inside wsl2 and it worked perfectly. No "desktop" app needed. This will be a game changer when it hits GA
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#48Pity it's only available as a tarball or .flatpak. I've never got flatpak to work before, and it doesn't work this time either. :-(
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#49Talking about containers: is there an easy way to run “system” containers? This is, containers that run systemd and everything else you would expect to be running on a normal Linux OS. I rely heavily on VMs to simulate cloud environments, but I would love to use lightweight containers instead. Also, these “system” containers should be able to run containers inside them as well (docker in docker?). I saw something on…
Re: Podman Desktop: A Free OSS Alternative to Docker Desktop
#50Talking about containers: is there an easy way to run “system” containers? This is, containers that run systemd and everything else you would expect to be running on a normal Linux OS. I rely heavily on VMs to simulate cloud environments, but I would love to use lightweight containers instead. Also, these “system” containers should be able to run containers inside them as well (docker in docker?). I saw something on…