mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-29 15:43:55 +00:00
snmpsimulator container
This commit is contained in:
parent
0049ff151c
commit
a9969db498
5
docker/snmpsimulator/Dockerfile
Normal file
5
docker/snmpsimulator/Dockerfile
Normal 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
|
4
docker/snmpsimulator/README.rst
Normal file
4
docker/snmpsimulator/README.rst
Normal file
@ -0,0 +1,4 @@
|
||||
SNMP Simulator
|
||||
==============
|
||||
|
||||
This container provide SNMP simulator
|
Loading…
x
Reference in New Issue
Block a user