Commit380ded6restored a now-unused endpoint count to the store, so that when the daemon is downgraded it exists for the old code to find. But, on network deletion, the endpoint count was not loaded from the store - so the delete code saw the wrong "index", and logged a warning before deleting it anyway. Use DeleteObject instead of DeleteObjectAtomic, so the old index isn't checked. Signed-off-by: Rob Murray <rob.murray@docker.com> (cherry picked from commit94bcf89412) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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.
Copyright and license
Code and documentation copyright 2015 Docker, inc. Code released under the Apache 2.0 license. Docs released under Creative commons.