snmpsimulator container

This commit is contained in:
Julien Duponchelle 2016-11-15 10:49:35 +01:00
parent 0049ff151c
commit a9969db498
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
FROM debian
RUN apt-get update
RUN apt-get install -qqy snmpsim
RUN useradd snmp
CMD snmpsimd --agent-udpv4-endpoint=0.0.0.0:1161 --process-user=snmp --process-group=snmp

View File

@ -0,0 +1,4 @@
SNMP Simulator
==============
This container provide SNMP simulator