diff options
Diffstat (limited to 'build/test/gondul-snmp-test.Dockerfile')
-rw-r--r-- | build/test/gondul-snmp-test.Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/test/gondul-snmp-test.Dockerfile b/build/test/gondul-snmp-test.Dockerfile index a99a943..3491831 100644 --- a/build/test/gondul-snmp-test.Dockerfile +++ b/build/test/gondul-snmp-test.Dockerfile @@ -18,3 +18,4 @@ RUN apt-get -y install \ RUN mkdir -p /opt/gondul COPY build/test/snmpd.conf /etc/snmp/ CMD /opt/gondul/build/test/snmpfetch-misc.sh +EXPOSE 1111 |