pyIPAM - Docker Plugin for IPAM written in Python
Jacek Kowalski
2020-05-04 3e641fb208e09c20ecb89071f8d2f324e6e32f9e
commit | author | age
659253 1 {
JK 2     "description": "pyIPAM - IPAM driver in Python",
3     "documentation": "https://github.com/jacekkow/docker-plugin-pyipam",
4     "workdir": "/usr/src/app",
5     "entrypoint": ["uwsgi", "--ini", "uwsgi.ini"],
6     "env": [
7         {
8             "name": "HOME",
9             "value": "/usr/src/app"
10         }
11     ],
12     "interface" : {
13         "types": ["docker.ipamdriver/1.0"],
14         "socket": "pyipam.sock"
15     }
16 }