Live data from Hacker News

Podman Desktop celebrates 3M downloads

podman-desktop.io

81–82 of 82 posts

Re: Podman Desktop celebrates 3M downloads

#81

Earlier quoted context omitted.

It should be along these lines: - Install Ubuntu distro in WSL2. - Create an ssh key pair on the Windows side using ssh-keygen. In Ubuntu: - Install Docker engine using Docker's apt-get instructions for Ubuntu. - Add the ssh public key to ~/.ssh/authorized_keys. In Windows: - Run "wsl hostname -I" to get your WSL2 hostname. - Test "ssh user@wsl-host", using the WSL2 hostname. It should work without prompting for a pa…

Thanks for the information. I think for some use cases this is perfectly fine but for others, a kind of one-stop-shopping approach is nice as well. For instance with podman (not desktop, just the cli), you only have to run: "winget install -e --id RedHat.Podman" and you are good to go. This is nice, particularly on bigger teams when you want to reduce friction to a bare minimum.

Definitely. Podman Desktop lacks the onerous commercial license restrictions that Docker Desktop has, which is what drove me to set this up. Getting the Docker Desktop licenses tracked and paid at work was more hassle than setting up Docker manually. But Podman Desktop doesn't have any of that hassle, which is awesome.

Re: Podman Desktop celebrates 3M downloads

#82

Earlier quoted context omitted.

Thanks for the information. I think for some use cases this is perfectly fine but for others, a kind of one-stop-shopping approach is nice as well. For instance with podman (not desktop, just the cli), you only have to run: "winget install -e --id RedHat.Podman" and you are good to go. This is nice, particularly on bigger teams when you want to reduce friction to a bare minimum.

Definitely. Podman Desktop lacks the onerous commercial license restrictions that Docker Desktop has, which is what drove me to set this up. Getting the Docker Desktop licenses tracked and paid at work was more hassle than setting up Docker manually. But Podman Desktop doesn't have any of that hassle, which is awesome.

Note that you don't need Podman Desktop if you don't want the UI. That is the sweet spot that we landed on. Of course if you want the UI that is fine as well - they just aren't bundled together in the same way. Of course, as you pointed out, even Docker / Docker Desktop isn't quite as coupled as it appears on the surface which is great to know.
Post reply on HN