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