Proper network setup with nftables and Docker

addendum to the above:

in order for this to work, I had to remove iptables-zz-legacy from the install
and in /etc/config/dockerd, I set

option iptables '0'

so Docker uses fw4 instead of the old iptables.

~Rolan

1 Like