-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Operating system
Windows10.iso
Description
无法启动
Docker compose
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "10l"
DISK_SIZE: "128G"
RAM_SIZE: "8G"
CPU_CORES: "4"
USERNAME: "jhc"
PASSWORD: "520456"
REGION: "en-US"
KEYBOARD: "en-US"
ARGUMENTS: "-device usb-host,vendorid=0x1234,productid=0x1234"
devices:
- /dev/kvm
- /dev/net/tun
- /dev/bus/usb
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- /home/jhc/shared/windows:/storage
- /media/jhc/Data3/Windows.iso:/boot.iso
restart: always
stop_grace_period: 2mDocker log
jhc@jhc-G3-3579:~$ docker compose up
[+] Running 1/1
✔ Container windows Recreated 0.1s
Attaching to windows
windows | ❯ Starting Windows for Docker v5.14...
windows | ❯ For support visit https://github.com/dockur/windows
windows | ❯ CPU: Intel Core i7 8750H | RAM: 7/16 GB | DISK: 148 GB (ext4) | KERNEL: 6.14.0-35...
windows |
windows | ❯ Warning: Your configured RAM_SIZE of 8 GB is too high for the 7.4 GB of memory available, it will automatically be adjusted to a lower amount.
windows | ❯ Booting Windows using QEMU v10.0.6...
windows | BdsDxe: skipped Boot0002 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0)
windows | BdsDxe: loading Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
windows | BdsDxe: starting Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
windows | ❯ Windows started successfully, visit http://127.0.0.1:8006/ to view the screen...
windows | BdsDxe: skipped Boot0002 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0)
windows | BdsDxe: loading Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
windows | BdsDxe: starting Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
windows | BdsDxe: skipped Boot0002 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0)
windows | BdsDxe: loading Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
windows | BdsDxe: starting Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
Gracefully stopping... (press Ctrl+C again to force)Screenshots (optional)

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working