Skip to content

Docker Userland proxy

David Liu edited this page Apr 9, 2022 · 2 revisions

Docker Userland proxy is not any good

  • heavy CPU resource waste
    • Use case1: When a container connected to another Docker network tries to reach the service (Docker is blocking direct communication between Docker networks);
    • Use case2: When a local process tries to reach the service through loopback interface.
Clone this wiki locally