tests: don't expose any ports in docker tests

This commit is contained in:
Nikos Mavrogiannopoulos
2015-08-06 14:41:56 +02:00
parent 584c2dda5b
commit 6586d39ed3
13 changed files with 0 additions and 57 deletions

View File

@@ -15,9 +15,6 @@ RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/s
RUN echo 'root:root' |chpasswd
RUN useradd -m -d /home/admin -s /bin/bash admin
RUN echo 'admin:admin' |chpasswd
EXPOSE 443
EXPOSE 443/udp
EXPOSE 22
RUN mkdir /etc/ocserv