mirror of
https://github.com/moby/moby.git
synced 2026-07-13 02:52:20 +00:00
For kernels that don't have CONFIG_IP_NF_RAW, if the env var DOCKER_INSECURE_NO_IPTABLES_RAW is set to "1", don't try to create raw rules. This means direct routing to published ports is possible from other hosts on the local network, even if the port is published to a loopback address. Signed-off-by: Rob Murray <rob.murray@docker.com>