#2128·windows

Windows 11 ET Not Downloading

Author: Timetec9293Created Aug 11, 2026Updated Sep 11, 2026

Operating system

Ubuntu 24.04

Description

So i used just a compose file, and i did run docker compose up, but it ended up failing to downlaod, and is using some kind of "Static link" even though those are dead? and i waited a while for like an hour and its not really doing anything.

Docker compose

services:
  windows:
    image: dockurr/windows
    container_name: windows
    environment:
      VERSION: "11e"
    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

@Timetec9293 ➜ /workspaces/windows (main) $ docker system prune -a
WARNING! This will remove:
  - all stopped containers
  - all networks not used by at least one container
  - all images without at least one container associated to them
  - all build cache

Are you sure you want to continue? [y/N] y
Deleted Containers:
e765bed65747dc7b2d713d5a299a144c609d54fe212c5446e7db12a9cf7fd0a4

Deleted Networks:
windows_default

Deleted Images:
untagged: dockurr/windows:latest
deleted: sha256:9c00d13a5db3f671c8b292967e87b3ace813d4a656257c5bc945ccd2afe1558d
deleted: sha256:e24e7ab98169be2334f6f2afd0ef37f036aad33d525babcffec2803b8d4161cf

Total reclaimed space: 168.5MB
@Timetec9293 ➜ /workspaces/windows (main) $ docker compose up
[+] Running 0/7
 ⠏ windows [⠀⠀⠀⠀⠀⠀] Pulling 6.9s 
   ⠋ d4428651d4fa Pulling fs layer 0.0s 
   ⠋ 55ad3136c6b7 Pulling fs layer 0.0s 
[+] Running 0/7db Pulling fs lay
 ⠋ windows [⠀⠀⠀⠀⠀⠀] Pulling 7.0s   ⠋ 15fa85fde15f Pulling fs lay
   ⠙ d4428651d4fa Pulling fs layer 0.1s b2eb9b263 Pulling fs lay
   ⠙ 55ad3136c6b7 Pulling fs layer 0.1s d42d5e8d0 Pulling fs lay
[+] Running 0/7db Pulling fs lay
 ⠙ windows [⠀⠀⠀⠀⠀⠀] Pulling 7.1s   ⠙ 15fa85fde15f Pulling fs lay
   ⠹ d4428651d4fa Pulling fs layer 0.2s b2eb9b263 Pulling fs lay
   ⠹ 55ad3136c6b7 Pulling fs layer 0.2s d42d5e8d0 Pulling fs lay
[+] Running 0/7db Pulling fs lay
 ⠹ windows [⠀⠀⠀⠀⠀⠀] Pulling 7.2s   ⠹ 15fa85fde15f Pulling fs lay
   ⠸ d4428651d4fa Pulling fs layer 0.3s b2eb9b263 Pulling fs lay
   ⠸ 55ad3136c6b7 Pulling fs layer 0.3s d42d5e8d0 Pulling fs lay
[+] Running 0/7db Pulling fs lay
 ⠸ windows [⠀⠀⠀⠀⠀⠀] Pulling 7.3s   ⠸ 15fa85fde15f Pulling fs lay
   ⠼ d4428651d4fa Pulling fs layer 0.4s b2eb9b263 Pulling fs lay
   ⠼ 55ad3136c6b7 Pulling fs layer 0.4s d42d5e8d0 Pulling fs lay
[+] Running 0/7db Pulling fs lay
 ⠼ windows [⠀⠀⠀⠀⠀⠀] Pulling 7.4s   ⠼ 15fa85fde15f Pulling fs lay
   ⠴ d4428651d4fa Pulling fs layer 0.5s b2eb9b263 Pulling fs lay
   ⠴ 55ad3136c6b7 Pulling fs layer 0.5s d42d5e8d0 Pulling fs lay
[+] Running 0/7db Pulling fs lay
 ⠴ windows [⠀⠀⠀⠀⠀⠀] Pulling 7.5s   ⠴ 15fa85fde15f Pulling fs lay
   ⠦ d4428651d4fa Pulling fs layer 0.6s b2eb9b263 Pulling fs lay
   ⠦ 55ad3136c6b7 Pulling fs layer 0.6s d42d5e8d0 Pulling fs lay
[+] Running 0/7db Pulling fs lay
 ⠦ windows [⠀⠀⠀⠀⠀⠀] Pulling 7.6s   ⠦ 15fa85fde15f Pulling fs lay
   ⠧ d4428651d4fa Pulling fs layer 0.7s b2eb9b263 Pulling fs lay
   ⠧ 55ad3136c6b7 Pulling fs layer 0.7s d42d5e8d0 Pulling fs lay
[+] Running 7/7db Pulling fs layer 0.
 ✔ windows Pulled                                  32.4s 
   ✔ d4428651d4fa Pull complete                    25.1s 
   ✔ 55ad3136c6b7 Pull complete                    22.9s 
   ✔ 228d34799adb Pull complete                    20.2s 
   ✔ 15fa85fde15f Pull complete                    23.6s 
   ✔ ce2b2eb9b263 Pull complete                    22.2s 
   ✔ 712d42d5e8d0 Pull complete                    24.4s 
[+] Running 2/2
 ✔ Network windows_default  Created                 1.3s 
 ✔ Container windows        Created                20.1s 
Attaching to windows
windows  | ❯ Starting Windows for Docker v6.04...
windows  | ❯ For support visit https://github.com/dockur/windows
windows  | ❯ CPU: AMD EPYC 7763 | RAM: 14/16 GB | DISK: 11 GB (ext4) | KERNEL: 6.8.0-1052-azure
windows  | 
windows  | ❯ Requesting Windows 11 Enterprise (Evaluation) from the Microsoft servers...
windows  | ❯ ERROR: Request to Microsoft servers failed: The requested URL returned error: 403.
windows  | ❯ Downloading Windows 11 Enterprise (Evaluation) using a static link...

Screenshots (optional)

No response