←back to thread

1101 points codesmash | 1 comments | | HN request time: 0.378s | source
1. tristor ◴[] No.45138980[source]
Podman is really painful if you do anything interesting inside of a container, it's great and simple if all you're doing is running nginx or a scripting language runtime or something in a container, but for folks who write actual software that gets compiled to target a system and utilizes syscalls, running in Podman is a pain in the ass unless you disable most of the "benefits". Docker on the other hand pretty much just works.