From 37a169920ad46a55c956ad5c2bdb4fe367e2d56b Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Wed, 11 Mar 2026 19:24:05 +0000 Subject: [PATCH] Fix integration tests - debian container no longer provides ip cmd --- README.md | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50ef253..717d384 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,12 @@ It should be a drop-in replacement for "default" IPAM module. + + ## 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: @@ -18,7 +21,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. @@ -30,5 +33,3 @@ You can also use `package.sh` helper script which will perform all the steps (including installation) automatically. - - -- Gitblit v1.10.0