Go helper packages to extend the Docker Engine
Find a file
Sebastiaan van Stijn 45e2431495
Some checks failed
CI / test (ubuntu-20.04) (push) Has been cancelled
Merge pull request #139 from thaJeztah/update_mlist
refresh maintainers list
2024-07-01 09:14:50 +02:00
.github/workflows gha: update actions/checkout@v4 2024-06-30 21:39:25 +02:00
authorization remove uses of deprecated io/ioutil 2024-06-30 21:39:25 +02:00
ipam update sdk and add missing returns 2017-08-15 17:30:28 -07:00
network remove uses of deprecated io/ioutil 2024-06-30 21:39:25 +02:00
sdk remove uses of deprecated io/ioutil 2024-06-30 21:39:25 +02:00
secrets Support upcoming DoNotReuse in secrets response 2018-10-01 19:06:14 +02:00
volume volume/shim: fix "satifies" is a misspelling of "satisfies" (misspell) 2024-06-30 21:38:40 +02:00
.gitignore Initial commit 2015-12-16 08:35:38 -08:00
CONTRIBUTING.md NOTICE and code signing 2015-12-16 13:00:21 -08:00
LICENSE Initial commit 2015-12-16 08:35:38 -08:00
MAINTAINERS refresh maintainers list 2024-07-01 09:11:38 +02:00
Makefile Update to go1.21 and remove legacy build-tags 2024-06-30 16:35:34 +02:00
NOTICE NOTICE and code signing 2015-12-16 13:00:21 -08:00
README.md remove deprecated graphdriver-plugins (experimental) 2024-06-30 16:36:03 +02:00

go-plugins-helpers

A collection of helper packages to extend Docker Engine in Go

Plugin type Documentation Description
Authorization Link Extend API authorization mechanism
Network Link Extend network management
Volume Link Extend persistent storage
IPAM Link Extend IP address management

See the understand Docker plugins documentation section.