Operating system
Debian bookworm
Description
First attempt at installation didn't work.
See comment below for solution.
Docker compose
docker run -it --rm --name windows -e "VERSION=11" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v "${PWD:-.}/windows:/storage" --stop-timeout 120 docker.io/dockurr/windows
Docker log
❯ Starting Windows for Docker v5.14...
❯ For support visit https://github.com/dockur/windows
❯ CPU: Intel Core i5 8265U | RAM: 6/8 GB | DISK: 147 GB (ext4) | KERNEL: 6.12.74+deb12-amd64...
❯ Booting Windows using QEMU v10.0.6...
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,0A977277-2DAD-448A-9EB7-52BC48732ECB,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,0A977277-2DAD-448A-9EB7-52BC48732ECB,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
❯ Windows started successfully, visit http://127.0.0.1:8006/ to view the screen...
Screenshots (optional)
When I first ran the installation script, all appeared to work well, bur there were some errors:
winpodx had appeared in the Xfce application dropdown under system, but didn't run, nor could I run it directly from the terminal either.
On investigation, one of the links I looked at suggested that I add a line to my sources.list:
the following line was added on 27-04-26 to assist in the installation of kenalix7/winpod
deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
After saving the revised sources.list, I rebooted, and ran update and then upgrade.
The missing items from my earlier attempted install were added.
Another reboot and then using the command from Github:
"docker run -it --rm --name windows -e "VERSION=11" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v "${PWD:-.}/windows:/storage" --stop-timeout 120 docker.io/dockurr/windows"
the magic happened.
Thank you.
Operating system
Debian bookworm
Description
First attempt at installation didn't work.
See comment below for solution.
Docker compose
docker run -it --rm --name windows -e "VERSION=11" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v "${PWD:-.}/windows:/storage" --stop-timeout 120 docker.io/dockurr/windowsDocker log
Screenshots (optional)
When I first ran the installation script, all appeared to work well, bur there were some errors:
winpodx had appeared in the Xfce application dropdown under system, but didn't run, nor could I run it directly from the terminal either.
On investigation, one of the links I looked at suggested that I add a line to my sources.list:
the following line was added on 27-04-26 to assist in the installation of kenalix7/winpod
deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
After saving the revised sources.list, I rebooted, and ran update and then upgrade.
The missing items from my earlier attempted install were added.
Another reboot and then using the command from Github:
"docker run -it --rm --name windows -e "VERSION=11" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v "${PWD:-.}/windows:/storage" --stop-timeout 120 docker.io/dockurr/windows"
the magic happened.
Thank you.