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