https://github.com/docker/go-plugins-helpers
Go helper packages to extend the Docker Engine
https://github.com/docker/go-plugins-helpers
Last synced: 8 months ago
JSON representation
Go helper packages to extend the Docker Engine
- Host: GitHub
- URL: https://github.com/docker/go-plugins-helpers
- Owner: docker
- License: apache-2.0
- Created: 2015-12-16T16:35:37.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T07:32:55.000Z (over 1 year ago)
- Last Synced: 2025-04-11T10:05:40.202Z (9 months ago)
- Language: Go
- Homepage: https://docs.docker.com/engine/extend/plugins/
- Size: 161 KB
- Stars: 339
- Watchers: 23
- Forks: 135
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 |
See the [understand Docker plugins documentation section](https://docs.docker.com/engine/extend/).