From 69e14cc38a3ac07d8fb95e2edfbc9689084a59cf Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Fri, 13 Mar 2026 08:43:05 +0000
Subject: [PATCH] Add gw4/gw6 container creation time driver options
---
config.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config.json b/config.json
index 0de7978..7dd567c 100644
--- a/config.json
+++ b/config.json
@@ -2,7 +2,7 @@
"description": "pyveth - veth network driver in Python",
"documentation": "https://github.com/jacekkow/docker-plugin-pyveth",
"workdir": "/usr/src/app",
- "entrypoint": ["./run.py"],
+ "entrypoint": ["./venv/bin/python", "run.py"],
"env": [
{
"name": "ENVIRONMENT",
--
Gitblit v1.10.0