Loading Dockerfile +1 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ RUN set -eu && \ apt-get --no-install-recommends -y install \ bc \ jq \ curl \ 7zip \ wsdd \ samba \ Loading @@ -38,7 +37,7 @@ ARG VERSION_ARG="0.00" RUN echo "$VERSION_ARG" > /run/version VOLUME /storage EXPOSE 8006 3389 EXPOSE 80 3389 ENV VERSION="11" ENV RAM_SIZE="4G" Loading compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ services: cap_add: - NET_ADMIN ports: - 8006:8006 - 8006:80 - 3389:3389/tcp - 3389:3389/udp volumes: Loading kubernetes.yml +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ spec: - name: http port: 8006 protocol: TCP targetPort: 8006 targetPort: 80 - name: rdp port: 3389 protocol: TCP Loading readme.md +2 −2 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ services: cap_add: - NET_ADMIN ports: - 8006:8006 - 8006:80 - 3389:3389/tcp - 3389:3389/udp volumes: Loading @@ -53,7 +53,7 @@ services: Via Docker CLI: ```bash docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/windows:/storage --stop-timeout 120 dockurr/windows docker run -it --rm --name windows -p 8006:80 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/windows:/storage --stop-timeout 120 dockurr/windows ``` Via Kubernetes: Loading Loading
Dockerfile +1 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ RUN set -eu && \ apt-get --no-install-recommends -y install \ bc \ jq \ curl \ 7zip \ wsdd \ samba \ Loading @@ -38,7 +37,7 @@ ARG VERSION_ARG="0.00" RUN echo "$VERSION_ARG" > /run/version VOLUME /storage EXPOSE 8006 3389 EXPOSE 80 3389 ENV VERSION="11" ENV RAM_SIZE="4G" Loading
compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ services: cap_add: - NET_ADMIN ports: - 8006:8006 - 8006:80 - 3389:3389/tcp - 3389:3389/udp volumes: Loading
kubernetes.yml +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ spec: - name: http port: 8006 protocol: TCP targetPort: 8006 targetPort: 80 - name: rdp port: 3389 protocol: TCP Loading
readme.md +2 −2 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ services: cap_add: - NET_ADMIN ports: - 8006:8006 - 8006:80 - 3389:3389/tcp - 3389:3389/udp volumes: Loading @@ -53,7 +53,7 @@ services: Via Docker CLI: ```bash docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/windows:/storage --stop-timeout 120 dockurr/windows docker run -it --rm --name windows -p 8006:80 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/windows:/storage --stop-timeout 120 dockurr/windows ``` Via Kubernetes: Loading