pyIPAM - Docker Plugin for IPAM written in Python
Jacek Kowalski
2020-05-04 a007ff7251c39e41b8693f40bb7101add799f861
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[uwsgi]
shared-socket = /run/docker/plugins/pyipam.sock
http-socket = =0
;uid = 65534
;gid = 65534
 
die-on-term = 1
honour-stdin = 1
 
master = true
processes = 1
threads = 1
 
plugins = python3
module = run
callable = app