From cfa68b55a985fd21707f30b60aed6e985a077bad Mon Sep 17 00:00:00 2001 From: axl89 Date: Tue, 24 May 2016 13:46:44 +0200 Subject: [PATCH] Adding expose ports to the Docker container --- tests/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Dockerfile b/tests/Dockerfile index 84f2ea3650..d44a890835 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -94,3 +94,5 @@ RUN yum install -y \ net-snmp-utils \ perl-Test-Simple; yum clean all; +#Exposing ports for: HTTP, SNMP Traps, Anytermd (SSH), Anytermd (Telnet), Tentacle protocol +EXPOSE 80 162/udp 8022 8023 41121