by twelvenmonkeys on 12/20/23, 2:36 PM with 81 comments
by enragedcacti on 12/20/23, 3:21 PM
Most of the time my docker-compose projects only need to run on one or two machines without much horizontal scaling or fault tolerance and portability/ease of spin-up are more important than high 9s edge cases.
If that's my use case should I just stick with docker-compose, or does podman simplify kubernetes config enough that its worth considering the switch? I'd like the flexibility of being able to deploy to a k8s cluster if the cost is cheap in terms of mental overhead and how easy it is for another developer to pick up and run with.
by TrickardRixx on 12/20/23, 4:26 PM
by pxc on 12/20/23, 4:01 PM
Getting everything installed was a little bit annoying, since I use a nonstandard Homebrew prefix, and Homebrew doesn't currently provide a 'cask' for the pre-built Podman binaries. That means that `brew install --cask podman-desktop` requires building a bunch of things from source for me. But writing one wasn't hard, and the install process was good after that.
One issue I seem to have consistently though is that the VM `podman machine` uses hangs. I haven't investigated it, but I think it might hang every time my laptop sleeps, because it's most often hung when I come back to my computer in the mornings, and that seems so damn near every time.
Anyone else have this problem on macOS?
by goalieca on 12/20/23, 3:24 PM
by cpressland on 12/20/23, 3:06 PM
by jpeeler on 12/20/23, 8:44 PM
It's an electron app, so if you're on Wayland executing like this will make it look decent: flatpak run io.podman_desktop.PodmanDesktop --enable-features=UseOzonePlatform --ozone-platform=wayland (after also enabling the wayland socket permission).
by filereaper on 12/20/23, 4:53 PM
I wish more efforts were spent getting better integration with KinD clusters as they're much easier to spinup and work with.
by jasonjayr on 12/20/23, 3:47 PM
As a Linux native dropped into Windows, I've already been able to bring up docker, podman, k8s, and anything else in linux with more control over the linux VM I've created.
What does the 'Desktop' version of docker or podman bring to windows, that I don't already have by shelling into my on-device VM and using docker/podman tools directly?
by dissident_coder on 12/20/23, 4:27 PM
by candiddevmike on 12/20/23, 3:03 PM
by alberth on 12/20/23, 4:29 PM
The website makes some big claims.
EDIT: why the downvotes?
by I_am_tiberius on 12/20/23, 5:20 PM