# go-plugins-helpers **Repository Path**: iliangwei/go-plugins-helpers ## Basic Information - **Project Name**: go-plugins-helpers - **Description**: Go helper packages to extend the Docker Engine - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 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/).