jpetazzo / pipework

Software-Defined Networking tools for LXC (LinuX Containers)
Apache License 2.0
4.21k stars 727 forks source link

Could this project be compatible with Podman containers? #241

Closed q2dg closed 5 months ago

q2dg commented 4 years ago

Thanks!

jpetazzo commented 4 years ago

Hi!

It may, or it may not. I have zero experience with podman. I suppose that it's also using Linux kernel namespaces for networking. If that's the case, pipework will be compatible. You would need to patch it to resolve a podman container ID/name (if it has these concepts) to a process ID.

q2dg commented 4 years ago

Yes, it does. Maybe this article is helpful: https://www.redhat.com/sysadmin/container-networking-podman (and in a lot less detail, https://podman.io/getting-started/network.html) Thanks!