From a007ff7251c39e41b8693f40bb7101add799f861 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 04 May 2020 00:35:41 +0000 Subject: [PATCH] Fix ipam-driver name in README to include version tag (:latest) --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 50ef253..ab2d165 100644 --- a/README.md +++ b/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. -- Gitblit v1.9.1