pyIPAM - Docker Plugin for IPAM written in Python
Jacek Kowalski
2020-05-03 659253a65545309d3cdd9280d88d011d45f0014b
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     "network": {
13         "type": "none"
14     },
15     "interface" : {
16         "types": ["docker.ipamdriver/1.0"],
17         "socket": "pyipam.sock"
18     }
19 }