mirror of
https://github.com/docker/docs.git
synced 2026-04-02 09:18:57 +07:00
Iptables interprets "-d 0.0.0.0" as "-d 0.0.0.0/32", not /0. This results in the DNAT rule never matching any traffic if not bound to a specific host IP. Fixes #2598