pyveth - veth driver for Docker Engine written in Python
Jacek Kowalski
2026-03-11 5a9d83e5debba78499fc3798fdb405a8d6d411e4
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",