Fixed trap config
This commit is contained in:
parent
cd95edba16
commit
537589bb7e
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user