Registry / utility / docker-go-plugins-helpers

docker-go-plugins-helpers

JSON →
library0.0.0-20240701071450-45e2431495c8gogounverified

Helper libraries for building Docker plugins in Go, including volume and network drivers.

go get github.com/docker/go-plugins-helpers
INSTALL
IMPORT
SIG · DOCKER-GO-PLUGINS-
D
docker-go-plugins-helpers
utilitygov0.0.0-20240701071450-45e2431495c8
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.

helpers
github.com/docker/go-plugins-helpers

Creates a simple Docker volume plugin and serves it over a Unix socket.

package main import ( "github.com/docker/go-plugins-helpers/volume" ) func main() { driver := volume.NewDriver("myvolume") h := volume.NewHandler(driver) h.ServeUnix("myplugin", 0) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240701071450-45e2431495c8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
docker-go-plugins-helpers — go get docker-go-plugins-helpers · libregistry