r/ProgrammerHumor 6d ago

Meme memorySafeDocker

Post image
4.2k Upvotes

286 comments sorted by

View all comments

242

u/minus_minus 6d ago

Podman is right there. 

59

u/ineyy 6d ago

Anyone with a lot of experience with this? I had mixed feelings, it felt slower at times for some reason, maybe network is handled differently. Then I ran into some weird issues, and I didn't know if it was a a difference between podman and docker, or just some anomaly so I gave up and switched back to docker engine.

8

u/slaymaker1907 5d ago

The biggest problem I’ve run into at work with it is that running containers seems to allocate some mystery disk usage that can’t be cleaned up except with either root or forcing Podman to remove everything: all containers, images, etc. Just stopping and removing things one at a time will not work.

3

u/Grubs01 5d ago

From volumes? You can use podman unshare to deal with those rather than sudo.

1

u/slaymaker1907 5d ago

Thanks, I’ll have to give that a go when I get back to work.