Docker Engine v28: Hardening Container Networking by Default

by password4321on 5/13/25, 2:03 AMwith 1 comments
by password4321on 5/13/25, 2:05 AM

Docker networking defaults have been tightened up but per https://github.com/moby/moby/issues/22054#issuecomment-28714...:

the default binding address is still 0.0.0.0.

There are now rules in raw-PREROUTING to drop packets sent from outside the host to container addresses, and to ports mapped to the loopback address. Rules in the filter-FORWARD chain no longer depend on its default policy.