mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 12:57:54 +00:00
6 lines
171 B
Docker
6 lines
171 B
Docker
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
|