From c38a1eb0c545807252788e7eaa8c7e6241ad227c Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Wed, 11 Mar 2026 19:24:05 +0000
Subject: [PATCH] Make integration tests more robust and show proper error messages

---
 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.
 
+![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:
 
@@ -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