Docker and the Linux firewall (iptables)
Published: 15/06/2023 10:20
Docker uses netfilter (Linux firewall) rules to create its internal container network and port bindings to the host system. These rules have precedence over regular rules and may make it harder to filter traffic to containers. The article explains how to do it with iptables.