Update Dockerfile
Adding expose ports to the Docker container
This commit is contained in:
parent
51baf320e0
commit
bf54acee5d
|
@ -94,3 +94,5 @@ RUN yum install -y \
|
||||||
net-snmp-utils \
|
net-snmp-utils \
|
||||||
perl-Test-Simple; yum clean all;
|
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
|
||||||
|
|
Loading…
Reference in New Issue