Is networking any better with Podman on Docker Compose files? Last time I tried, most docker-compose files didn't actually work because they created networks that Podman doesn't have privileges to setup unless run as root
Afaik, the kernel network APIs are pretty complicated so it's fairly difficult to expose to unprivileged users safely
Afaik, the kernel network APIs are pretty complicated so it's fairly difficult to expose to unprivileged users safely