Add build badge and Docker Hub URL to README
| | |
| | | |
| | | 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: |
| | | |
| | |
| | | |
| | | You can also use `package.sh` helper script which will perform |
| | | all the steps (including installation) automatically. |
| | | |
| | | |