-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Operating system
RockyLinux 10
Description
podman log seems ok
but vnc shows not found boot
Docker compose
podman command line
podman run -it --rm \
--name windows \
--env VERSION="11" \
--env DISK_SIZE="100G" \
--env RAM_SIZE="8G" \
--env CPU_CORES="4" \
--env USERNAME="usern" \
--env PASSWORD="pass" \
--env USER_PORTS="8006" \
--env REGION="zh-CN" \
--network dyweb \
--device /dev/kvm:/dev/kvm \
--device /dev/net/tun:/dev/net/tun \
--cap-add NET_ADMIN \
-p 10086:8006 \
-p 13389:3389/tcp \
-p 13389:3389/udp \
--volume /srv/windows/data:/storage:z \
--stop-timeout 300 \
docker.io/dockurr/windows
Docker log
❯ Requesting Windows 11 from the Microsoft servers...
❯ Downloading Windows 11...
/storage/tmp/win11x64.iso 100%[==========================================================================================>] 7.20G 61.4MB/s in 2m 8s
❯ Extracting Windows 11 image...
❯ Adding drivers to image...
❯ Adding win11x64.xml for automatic installation...
❯ Building Windows 11 image...
❯ Creating a 100 GB growable disk image in raw format...
❯ Warning: Could not assign port 8006 to "USER_PORTS" because it is already in "HOST_PORTS"!
❯ Booting Windows using QEMU v10.0.3...
BdsDxe: skipped Boot0002 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0)
BdsDxe: loading Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
BdsDxe: starting Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
❯ Windows started successfully, visit http://127.0.0.1:8006/ to view the screen...
Screenshots (optional)
vnc screen shot
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working