Loading Dockerfile +0 −5 Original line number Diff line number Diff line Loading @@ -10,16 +10,11 @@ ARG DEBCONF_NONINTERACTIVE_SEEN="true" RUN set -eu && \ apt-get update && \ apt-get --no-install-recommends -y install \ bc \ jq \ 7zip \ wsdd \ samba \ xz-utils \ wimtools \ dos2unix \ cabextract \ genisoimage \ libxml2-utils \ libarchive-tools && \ apt-get clean && \ Loading readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas Very simple! These are the steps: - Start the container and connect to [port 8006](http://localhost:8006) using your web browser. - Start the container and connect to [port 8006](http://127.0.0.1:8006/) using your web browser. - Sit back and relax while the magic happens, the whole installation will be performed fully automatic. Loading src/power.sh +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ boot() { grep -Fq "BOOTMGR is missing" "$QEMU_PTY" && fail="y" fi if [ -z "$fail" ]; then info "Windows started succesfully, visit http://localhost:8006/ to view the screen..." info "Windows started succesfully, visit http://127.0.0.1:8006/ to view the screen..." return 0 fi fi Loading Loading
Dockerfile +0 −5 Original line number Diff line number Diff line Loading @@ -10,16 +10,11 @@ ARG DEBCONF_NONINTERACTIVE_SEEN="true" RUN set -eu && \ apt-get update && \ apt-get --no-install-recommends -y install \ bc \ jq \ 7zip \ wsdd \ samba \ xz-utils \ wimtools \ dos2unix \ cabextract \ genisoimage \ libxml2-utils \ libarchive-tools && \ apt-get clean && \ Loading
readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas Very simple! These are the steps: - Start the container and connect to [port 8006](http://localhost:8006) using your web browser. - Start the container and connect to [port 8006](http://127.0.0.1:8006/) using your web browser. - Sit back and relax while the magic happens, the whole installation will be performed fully automatic. Loading
src/power.sh +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ boot() { grep -Fq "BOOTMGR is missing" "$QEMU_PTY" && fail="y" fi if [ -z "$fail" ]; then info "Windows started succesfully, visit http://localhost:8006/ to view the screen..." info "Windows started succesfully, visit http://127.0.0.1:8006/ to view the screen..." return 0 fi fi Loading