File: README.md

package info (click to toggle)
golang-github-docker-go-plugins-helpers 0.20211224-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 280 kB
  • sloc: makefile: 29
file content (13 lines) | stat: -rw-r--r-- 920 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# go-plugins-helpers

A collection of helper packages to extend Docker Engine in Go

 Plugin type   | Documentation | Description
 --------------|---------------|--------------------------------------------------
 Authorization | [Link](https://docs.docker.com/engine/extend/authorization/)   | Extend API authorization mechanism
 Network       | [Link](https://docs.docker.com/engine/extend/plugins_network/) | Extend network management
 Volume        | [Link](https://docs.docker.com/engine/extend/plugins_volume/)  | Extend persistent storage
 IPAM          | [Link](https://github.com/docker/libnetwork/blob/master/docs/ipam.md) | Extend IP address management
 Graph (experimental) | [Link](https://github.com/docker/cli/blob/master/docs/extend/plugins_graphdriver.md)| Extend image and container fs storage

See the [understand Docker plugins documentation section](https://docs.docker.com/engine/extend/plugins/).