This rule will match all packets occurring on the local machine (as in the chain OUTPUT) destined for a locally hosted IP address that does not start with 127.X.X.X. Such packets are sent to the chain DOCKERfor further processing.
IP-, 127.X.X.X, IP-, . IP-, , DHCP.
IP- , ip route show table local type local.
, IP- , DOCKER :
sudo iptables -t nat -I DOCKER -m limit --limit 2/min -j LOG --log-level 4 --log-prefix 'DOCKER CHAIN '
/var/log/syslog.