Files
moby/libnetwork
Albin Kerouanton 0db56de78e libnet/ipamutils: no more global state
Prior to this change, cnmallocator would call
`ConfigGlobalScopeDefaultNetworks` right before initializing its
IPAM drivers. This function was mutating some global state used
during drivers init.

This change just remove the global state, and adds an arg to
ipams.Register and defaultipam.Register to pass the global pools
by arguments instead.

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
2024-04-26 17:28:29 +02:00
..
2024-03-07 10:57:03 +01:00
2024-04-11 00:19:05 +02:00
2024-04-15 14:51:20 +01:00
2024-03-01 16:59:28 +00:00
2021-06-01 23:48:32 +00:00
2023-05-29 03:28:35 +02:00
2024-04-16 18:57:28 +01:00
2024-04-16 18:57:28 +01:00
2024-04-16 18:57:28 +01:00
2024-02-29 23:27:00 +00: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.