Update Dockerfile

This commit is contained in:
MrMeeb 2024-12-08 19:59:54 +00:00
parent 368f6e20fb
commit f2cbd0214e

View File

@ -4,5 +4,6 @@ MAINTAINER David Chidell (dchidell@cisco.com)
RUN apk --no-cache add net-snmp
ADD mibs.tar.gz /mibs/
ADD snmptrapd.conf /etc/snmp/snmptrapd.conf
EXPOSE 162
EXPOSE 162/tcp
EXPOSE 162/udp
CMD ["snmptrapd","-n","-L","o","-f","-M","/mibs","-m","ALL", "-D"]