Docker blocking outgoing connections on high load? Docker blocking outgoing connections on high load? docker docker

Docker blocking outgoing connections on high load?


It could be due to the Docker userland proxy. If you are running a recent version of Docker, try running the daemon with the --userland-proxy=false option. This will make Docker handle port forwarding with just iptables and there is less overhead.