Fixed trap config

This commit is contained in:
dchidell 2017-03-14 19:15:44 +00:00 committed by GitHub
parent cd95edba16
commit 537589bb7e

View File

@ -2,7 +2,8 @@ FROM alpine:latest
MAINTAINER David Chidell (dchidell@cisco.com)
RUN apk --no-cache add net-snmp
RUN echo 'disableAuthorization yes' > /etc/snmp/snmptrapd.conf
EXPOSE 162
CMD ["snmptrapd","-f"]
CMD ["snmptrapd","-L o","-f"]