pyIPAM - Docker Plugin for IPAM written in Python
Jacek Kowalski
2020-05-18 f0d935291715742b2e9f71c1b5e1ecbf23d02eff
README.md
@@ -18,7 +18,7 @@
Then you can use it in newly-created networks:
```bash
docker network create --ipam-driver jacekkow/pyipam new-network
docker network create --ipam-driver jacekkow/pyipam:latest new-network
```
Check out [`test_integration.sh`](test_integration.sh) for more examples.