Is there any configuration option to configure dockerd / moby / containerd to use nftables natively for firewalling?
I have a debian machine with docker and nftables, but my docker iptables rules get overwritten by nftables once they get restarted / reloaded.
My alternatives are set to iptables-nft for iptables as per Debian 12.
Does docker support nftables?
Ideally I would want my nftables rules be dynamically merged with any docker firewall rules.
Thanks in advance.
Is there any configuration option to configure dockerd / moby / containerd to use nftables natively for firewalling?
I have a debian machine with docker and nftables, but my docker iptables rules get overwritten by nftables once they get restarted / reloaded.
My alternatives are set to iptables-nft for iptables as per Debian 12.
Does docker support nftables?
Ideally I would want my nftables rules be dynamically merged with any docker firewall rules.
Thanks in advance.