related:
Docker seems to be optimized for iptables at the moment. Are there any plans to support nftables in future versions of Docker?
My workaround at the moment is to deactivate the iptables integration via --iptables=false and then set the right rules for nftables by hand.
related:
Docker seems to be optimized for iptables at the moment. Are there any plans to support nftables in future versions of Docker?
My workaround at the moment is to deactivate the iptables integration via
--iptables=falseand then set the right rules for nftables by hand.