Tunnel 2375 to reach windows daemon

This commit is contained in:
Marcos Lilljedahl
2017-08-11 11:19:05 -03:00
parent 2b61ea701a
commit 0c9276a4bd
2 changed files with 2 additions and 2 deletions

View File

@@ -4,4 +4,4 @@ RUN apk add --no-cache openssh-client
COPY ./windows /root/.ssh/id_rsa
ENTRYPOINT while true; do ssh -q -o StrictHostKeyChecking=no Administrator@${WINDOWS_ENDPOINT}; done
CMD while true; do ssh -L 2375:${WINDOWS_ENDPOINT}:2375 -q -o StrictHostKeyChecking=no Administrator@${WINDOWS_ENDPOINT}; done