From e00dfb638bfd9f1994a4da6e00a0bedb0fef6691 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Mon, 21 Aug 2017 14:52:42 -0300 Subject: [PATCH] Run powershell --- Dockerfile.ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ssh b/Dockerfile.ssh index fd6d079..faae4de 100644 --- a/Dockerfile.ssh +++ b/Dockerfile.ssh @@ -4,4 +4,4 @@ RUN apk add --no-cache openssh-client COPY ./windows /root/.ssh/id_rsa -CMD while true; do ssh -L 2375:${WINDOWS_ENDPOINT}:2375 -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} powershell; done