I am using Docker CE on Debian (bookworm).
I have an nftables firewall in place on the Debian system and also dockerd.
dockerd, when starting, will set up some iptables rules for docker to work.
When reloading nftables rules though, my docker iptables firewall rules get overwritten or respectively deleted.
Is there any plans to support nftables in Docker natively or should I implement something like the docker iptables rules in nftables like in this post Docker and nftables gotchas and disable iptables rules creation in docker?
Thanks for your answers.
Best regards,
rforberger