Skip to content

Release 2.8.6

Choose a tag to compare

@rajch rajch released this 10 Apr 09:07
· 24 commits to master since this release

From this release onwards, the Docker V2 Plugin will be published for all supported architectures. It will be named using the pattern rajchaudhuri/net-plugin:<version>-<arch>. The latest version will also be published as rajchaudhuri/net-plugin:latest_release-<arch>. Supported architectures are amd64,arm,arm64,ppc64le and s390x. It can be installed on a Swarm-mode-enabled Docker host as follows:

ARCH=$(docker version -f '{{.Server.Arch}}')
docker plugin install rajchaudhuri/net-plugin:latest_release-$ARCH