You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: when using a self-defined docker bridge as I suggest here, if that bridge is in your initial nftables rules, nftables will fail because that bridge device doesnt exist.
Solutions:
Get good at systemd and start a docker service to initialize the bridge device BEFORE nftables tries to come up.
or
Create the interface outside of docker and point docker to that interface. Research indicates this is less likely to work, I'll dig up the docker ticket# if i run into too much trouble with solution 1.
The text was updated successfully, but these errors were encountered:
Problem: when using a self-defined docker bridge as I suggest here, if that bridge is in your initial nftables rules, nftables will fail because that bridge device doesnt exist.
Solutions:
Get good at systemd and start a docker service to initialize the bridge device BEFORE nftables tries to come up.
or
Create the interface outside of docker and point docker to that interface. Research indicates this is less likely to work, I'll dig up the docker ticket# if i run into too much trouble with solution 1.
The text was updated successfully, but these errors were encountered: