pyIPAM - Docker Plugin for IPAM written in Python
Jacek Kowalski
2020-05-22 40a1f97aa6f7ef85c73fcf942f7872b61c64a0fd
Add build badge and Docker Hub URL to README
1 files modified
5 ■■■■■ changed files
README.md 5 ●●●●● patch | view | raw | blame | history
README.md
@@ -5,9 +5,12 @@
It should be a drop-in replacement for "default" IPAM module.
![Build status](https://github.com/jacekkow/docker-plugin-pyipam/workflows/Release/badge.svg)
## Installation
Plugin is packaged as [Docker Engine-managed plugin](https://docs.docker.com/engine/extend/).
Check out [plugin page on Docker Hub](https://hub.docker.com/p/jacekkow/pyipam).
To install it simply run:
@@ -30,5 +33,3 @@
You can also use `package.sh` helper script which will perform
all the steps (including installation) automatically.