(no title)
Tajnymag | 5 months ago
Firstly, podman had a much worse performance compared to docker on my small cloud vps. Can't really go into details though.
Secondly, the development ecosystem isn't really fully there yet. Many tools utilizing Docker via its socket, fail to work reliably with podman. Either because the API differs or because of permission limitations. Sure, the tools could probably work around those limitations, but they haven't and podman isn't a direct 1:1 drop in replacement.
bonzini|5 months ago
Are you using rootless podman? Then network redirection is done using user more networking, which has two modes: slirp4netns is very slow, pasta is the newer and good one.
Docker is always set up from the privileged daemon; if you're running podman from the root user there should be no difference.
Tajnymag|5 months ago
anilakar|5 months ago
Aluminum0643|5 months ago
https://www.redhat.com/en/blog/generate-selinux-policies-con...
seemaze|5 months ago