I choose Podman bc it's open source and that's kind of the reason for using everything as a container bc those are often also open source. Fuck docker
post
Why would you use docker when you could use podman?
I use docker since it's what I learned on a decade ago, and my nas that I started from supports docker bit not podman in the 'app store'. I have three other machines running plain Debian, but I would want everything to work together, y'know? I've got a set-and-forget setup and I'd rather not break things without substantial benefit...
Plus everybody is like 'it's the same thing, no learning curve' but then I start reading up on it and uhoh, learning curves :p
Plus everybody is like 'it's the same thing, no learning curve' but then I start reading up on it and uhoh, learning curves :p
Exactly this. I tried podman, as a "container" newb, based on the idea that it's a (better) drop-in replacement for docker, but it didn't work. My quick attempts to resolve it went nowhere, and there were no instructions for the container I was trying to spin up for podman to explain the differences required.
So, in frustration, I decided to try docker and it just worked.
Good enough for me, for now. I still prefer the idea of not having a daemon running with root privileges, so I'll likely move over to podman eventually, but I only have so much time to waste tinkering with my setup. And if it ain't broke, don't fix it.
Why would you use podman when you could
#!/bin/ksh
daemon_execdir="/home/etebase/src"
daemon_logfile="/var/log/etebase"
daemon="/home/etebase/pyenv/bin/uvicorn"
daemon_flags="etebase_server.asgi:application --host 159.100.247.89 --port 8000"
daemon_user="_etebase"
. /etc/rc.d/rc.subr
rc_bg=YES
rc_reload=NO
pexp="/home/etebase/pyenv/bin/python3 ${daemon} ${daemon_flags}"
rc_start() {
rc_exec ". ~/.profile; ${daemon} ${daemon_flags} >> ${daemon_logfile} 2>&1"
}
rc_cmd $1
Podman is a better choice.
What's the benefit over Docker?
Not requiring a service running in root context.
Rootless, better integrated with system, a bit faster and lighter on resources. Also it supports k8s style yaml configuration both ways and a lot of people are more familiar with them and they also provide some (minimal) interoperability.
At work, avoiding surprise licensing fees. If you ever have over 250 employees or over 10 million revenue, you owe a subscription.
At the home, easy orchestration with systemd
Isn't that only for docker desktop?
Mom, i can i have podman?
Mom: we have podman at home.
Podman at home: rootless docker
I choose to use podman over docker because look at those cute seals π₯°
Docker became a license nest despite actual devs using k8s like a normal person should.
Meanwhile podman gave us rootless containers, CDI, and quadlets which far outweighs whatever docker is limping to the barn with.
This! Podman rootless quadlets is so powerful and beautifully simple. Just look at that faaar superior security model and hos it doesnt even need a service to manage services because it just integrates natively with systemd I replaced my entire container layer from Rocker Swarm way back with K8s. Then it dawned on me I dont want the pods to move to another node by themselves anyway and then I just moved to Podman quadlets managed Ansible. Oh, and the podman pods are awesome as well.
Podman is unironically the better choice. Just try to make docker comply with your firewall...
Docker bypasses your firewall and runs as root. Only an idiot would allow that shit.... I'm an idiot. But I'm fixing that.
This is why I don't like Docker compared to Podman:

I literally yesterday dealt with that. Thereβs an option to just turn off Dockerβs firewall manipulation so you can do it manually.
I'm curious why you feel this way? I'm kinda the opposite β podman has features I use that Docker doesn't.
You_guys_use_docker?.jpg
i genuinely run all my shit bare metal
Atleast Podman is faster + does not require a centralised daemon
podman quadlets are next level
Ngl after trying out Rootless Podman on my system (I was playing with Distrobox) I kinda wanna switch my whole Homelab to it, I'm just lazy, afraid the move to rootless with blow up everything and have zero fucking free time.
I am running my entire homelab from podman quadlets (systemd managed podman containers) and itβs honestly very dope. Podman gets a bad rap for being second tier to docker but they legit have a bunch of awesome features for Linux users specifically that make it way nicer. Using systemd for docker status can add some misdirection occasionally, but having the logs from containers directly in journalctl alongside the rest of my system logs is amazing
podman is great.
Only gripe:
~ $ pomdan ps
No command pomdan found, did you mean:
...
I know, alias it, but man, I don't wanna.
top 50 comments