Initial
This commit is contained in:
commit
3adf230d0c
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM alpine:latest
|
||||
MAINTAINER David Chidell (dchidell@cisco.com)
|
||||
|
||||
RUN apk --no-cache add net-snmp
|
||||
|
||||
EXPOSE 162
|
||||
|
||||
CMD ["snmptrapd","-f"]
|
Loading…
x
Reference in New Issue
Block a user