79761529

Date: 2025-09-11 06:28:40
Score: 0.5
Natty:
Report link

Connection from host uses a docker proxy by default, which is very basic, adds CPU overhead and is source of many problems. You can disable it in /etc/docker/daemon.json with { "userland-proxy": false }. Then docker will use iptables for port redirection, which is always better.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: FranckPachot