this post was submitted on 22 Jun 2023
5 points (100.0% liked)

Linux Questions

530 readers
1 users here now

Linux questions

Rules (in addition of the Lemmy.world rules)

Tips for giving and receiving help

any rule violations will result in disciplinary actions

founded 1 year ago
MODERATORS
 

On my Fedora labtop I use podman because its faster but for my homelab I use docker with docker compose because it is easier to administer

top 4 comments
sorted by: hot top controversial new old
[–] anhydrous 1 points 1 year ago

docker at work because it is installed by the setup scripts. Podman on personal machines

[–] lp0101 1 points 1 year ago

containerd on my homelab cluster, docker on my dev machine.

I really want to use podman, and I occasionally do for a few weeks at a time. In 99% of usecases, it does work identically to Docker. But there are weird edge cases, especially when it comes to privileged containers, where podman's behaviour differs from docker's, and I just end up switching back.

[–] GustavoM 1 points 1 year ago

There is (still) some bugged things on podman (like static ips not working the way it should ,if my memory does not fail me.). And because of that, I'm running docker 24/7.

[–] yaaaaayPancakes 1 points 1 year ago

Docker, b/c that's what we use at work so I might as well use the tools at home that I use at work.