Hacker News new | ask | show | jobs
by encryptluks2 1337 days ago
Maybe I'm wrong but I thought netavark already replaced slirp4netns
1 comments

Does it support rootless containers?
Yes, according to their GitHub page. I use it as the networking stack for Podman.
See podman-network-create(1), I think the description of the --driver option should clarify this. You can use macvlan there, but in rootless operation you don't have access to the network interface of the hosts -- unless you set that up networking separately beforehand (as root), that is.

So yes, it supports rootless, but by (kernel) design, there's no magic way to bridge (no pun intended) that gap (even with macvlan).