From ad5ebdedd4b5b25f655f9ad6b30f62cae9e1b633 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Wed, 11 Mar 2026 19:51:26 +0000 Subject: [PATCH] Fix compatibility with newer pip, which requires venv --- README.md | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46ee19d..29ebfc9 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,12 @@ It should be a drop-in replacement for macvlan 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/pyveth). To install it simply run: @@ -28,13 +31,15 @@ One will be pushed inside the container and another will remain on host (without any IP assigned). -Plugin accepts optional `parent` parameter, which is be a name of bridge +Plugin accepts optional `parent` parameter, which is a name of bridge interface that the second interface should be added to: ```bash docker network create --driver jacekkow/pyveth:latest --opt parent=br0 new-network ``` +This way host interface will be automatically attached to the specified bridge. + ## Manual packaging In order to test this module in development environment, you can build it @@ -42,5 +47,3 @@ You can also use `package.sh` helper script which will perform all the steps (including installation) automatically. - - -- Gitblit v1.10.0