Adding expose ports to the Docker container

This commit is contained in:
axl89 2016-05-24 13:46:44 +02:00
parent b2488d858b
commit cfa68b55a9
1 changed files with 2 additions and 0 deletions

View File

@ -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