go-plugins-helpers

module
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2021 License: Apache-2.0

README

go-plugins-helpers v1.3.0

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
Graph (experimental) Link Extend image and container fs storage

See the understand Docker plugins documentation section.

Release a New Version

Bump new version number in:

  • CHANGELOG.md
  • README.md

Commit, tag and create a new release:

git add CHANGELOG.md README.md
git commit -m "Bump v1.3.0"
git tag v1.3.0
git push origin master
git push --tags
hub release create v1.3.0

The title of the release should be the version number and the text of the release is the same as the changelog.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL