Registry / networking / docker-libnetwork

docker-libnetwork

JSON →
library0.5.6gogounverified

Package libnetwork provides the basic functionality and extension points to create network namespaces and allocate interfaces for containers to use.

go get github.com/docker/libnetwork
INSTALL
IMPORT
SIG · DOCKER-LIBNETWORK
D
docker-libnetwork
networkinggov0.5.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libnetwork
github.com/docker/libnetwork

Create a new libnetwork controller

package main import ( "fmt" "github.com/docker/libnetwork" ) func main() { c, err := libnetwork.New() if err != nil { panic(err) } fmt.Println(c) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
docker-libnetwork — go get docker-libnetwork · libregistry