Hi, Restarting nftables.service completely flushes the nftables so docker’s rules go with it. See the nftables.service unit contents. If you are using systemd you can use “PartOf” directive to have systemd take care of restarting services. Alternative option is to customize nftables.service to not to completely flush the tables, but remove everything else but docker rules and its entry point. Cheers, Jarno On Wed, Mar 2, 2022 at 12:45 PM Matthew Ellquist <mellqui@xxxxxxxxx> wrote: > > Greetings, > > I'm very new to nftables and thought I'd throw this question out there > while I researched it. > > Is there a way to not have to restart the docker.server to rebuild the > nftables rules, after restarting the nftables service? > > Thanks, > Matt