Update Dockerfile

Adding expose ports to the Docker container
This commit is contained in:
Axel 2016-05-24 13:49:39 +02:00
parent 51baf320e0
commit bf54acee5d
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