▲ | ashirviskas 11 hours ago | |||||||||||||||||||||||||||||||
Why podman and not Docker? | ||||||||||||||||||||||||||||||||
▲ | foresto 5 hours ago | parent | next [-] | |||||||||||||||||||||||||||||||
I run rootless containers on a low-power system. With Docker, I found rootless setup to be a PITA, despite having experience with unprivileged LXC containers. The manager daemon constantly consumed system resources even when no containers were running. Docker upgrades sometimes refused to run my containers until I chased down whatever storage driver problem they introduced in the latest version. When the most recent upgrade broke my containers yet again, I decided to give Podman a try. Setup was a breeze. There is no management daemon wasting resources. My containers just worked. Even the little cron script I wrote to query Docker for pending image updates just worked with Podman tools. I think Podman also makes it easy to map host uids to non-root container uids, which ought to help me reduce attack surface. (I haven't actually tried this feature yet.) Last time I checked, Docker did not. So far, I couldn't be happier. | ||||||||||||||||||||||||||||||||
▲ | paulryanrogers 10 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
It's free? Can run rootless? | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | aragilar 2 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
It's got a more modern design while having a drop-in CLI interface to docker (and also if needed a near-drop-in replacement for the docker socket API). This makes it the preferred backend for tools like distrobox. | ||||||||||||||||||||||||||||||||
▲ | cowmix 8 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
On Snapdragon / ARM Windows, it is the only game in town -- and it works great too! | ||||||||||||||||||||||||||||||||
▲ | jrks11o 10 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
docker desktop licensing changes in 2021 | ||||||||||||||||||||||||||||||||
▲ | scuff3d 7 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
It comes preinstalled on RHEL8 and I can't be bothered to swap them. | ||||||||||||||||||||||||||||||||
▲ | seemaze 10 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
It supports Kubernetes *.yaml manifests? | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | 2OEH8eoCRo0 10 hours ago | parent | prev [-] | |||||||||||||||||||||||||||||||
Docker took too long to support cgroups v2 |