Operating system
Ubuntu 24.04 via WSL
Description
Using a bare bone compose file with windows XP when trying to download bobpony.com is failing to download a WindowsXP ISO
Attached image!
Docker compose
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "xp"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- ./windows:/storage
restart: always
stop_grace_period: 2m
Docker log
worker1@DESKTOP-B7FJ5FA:/mnt/d/Files/Development/WSL/worker1/winxp$ sudo docker-compose logs
[sudo] password for worker1:
Attaching to windows
windows | ❯ Starting Windows for Docker v5.14...
windows | ❯ For support visit https://github.com/dockur/windows
windows | ❯ CPU: AMD Ryzen 7 5700X | RAM: 7/8 GB | DISK: 137 GB (v9fs) | KERNEL: 6.6.87.2-microsoft-standard-WSL2...
windows |
windows | ❯ Downloading Windows XP from bobpony.com...
windows | ❯ ERROR: Failed to download https://dl.bobpony.com/windows/xp/professional/en_windows_xp_professional_with_service_pack_3_x86_cd_x14-80428.iso , server issued an error response! Please report this at https://github.com/dockur/windows/issues
windows | ❯ Will retry in 5 seconds...
windows | ❯ Downloading Windows XP from bobpony.com...
windows | ❯ ERROR: Failed to download https://dl.bobpony.com/windows/xp/professional/en_windows_xp_professional_with_service_pack_3_x86_cd_x14-80428.iso , server issued an error response! Please report this at https://github.com/dockur/windows/issues
windows | ❯ Failed to download Windows XP, will try another mirror now...
windows | ❯ Downloading Windows XP from files.dog...
windows |
windows | 0K ........ ........ ........ ........ 5% 9.05M 62s
windows | 32768K ........ ........ ........ ........ 10% 15.7M 46s
Screenshots (optional)

Operating system
Ubuntu 24.04 via WSL
Description
Using a bare bone compose file with windows XP when trying to download bobpony.com is failing to download a WindowsXP ISO
Attached image!
Docker compose
Docker log
Screenshots (optional)