podman is not a replacement to docker.
I fucking hate how the podman docs say that(because ofc they do).
it’s like saying c++ is a replacement to c. can they work, sure. are they the same? you try importing libs into c the same way you do in c++ and find out. yeah, they’re both c under the covers but they are not the same.
shnizmuffin@lemmy.inbutts.lol 4 days ago
Yes, until it’s NOT. Running RHEL 9 with docker engine slapped in there because the BitBucket self-hosted containerized runner is incompatible with podman.
Zikeji@programming.dev 4 days ago
Last time I tried to migrate to Podman the first container I tried was incompatible, so was the second, and the third. Turns out at the time Linuxservers.io stuff wasn’t rootless podman compatible. There have since been some improvement according to my most recent Google search just now, so maybe a retry is coming up.
sugar_in_your_tea@sh.itjust.works 4 days ago
You can run it rootful, then it behaves just like Docker.
N0x0n@lemmy.ml 4 days ago
Doesn’t that break the whole purpose of podman (rootless containers)?