Files
moby/libnetwork
Rob Murray f9c0103413 Do not DNAT packets from WSL2's loopback0
When running WSL2 with mirrored mode networking, add an iptables
rule to skip DNAT for packets arriving on interface loopback0 that
are addressed to a localhost address - they're from the Windows
host.

Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-09-16 09:28:24 +01:00
..
2024-03-07 10:57:03 +01:00
2024-06-13 14:59:54 +02:00
2024-06-14 15:25:07 +02:00
2024-06-11 22:33:58 +01:00
2024-06-14 15:25:07 +02:00
2024-06-14 15:25:07 +02:00
2024-02-29 23:27:00 +00:00
2024-06-13 14:59:54 +02:00

libnetwork - networking for containers

Libnetwork provides a native Go implementation for connecting containers

The goal of libnetwork is to deliver a robust Container Network Model that provides a consistent programming interface and the required network abstractions for applications.

Design

Please refer to the design for more information.

Using libnetwork

There are many networking solutions available to suit a broad range of use-cases. libnetwork uses a driver / plugin model to support all of these solutions while abstracting the complexity of the driver implementations by exposing a simple and consistent Network Model to users.

Contributing

Want to hack on libnetwork? Docker's contributions guidelines apply.

Code and documentation copyright 2015 Docker, inc. Code released under the Apache 2.0 license. Docs released under Creative commons.