pyIPAM - Docker Plugin for IPAM written in Python
Jacek Kowalski
2020-05-04 a007ff7251c39e41b8693f40bb7101add799f861
Fix ipam-driver name in README to include version tag (:latest)
1 files modified
2 ■■■ changed files
README.md 2 ●●● patch | view | raw | blame | history
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.