You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ Extracting Windows Server 2016 image...
❯ Adding drivers to image...
❯ Adding win2016-eval.xml for automatic installation...
❯ Building Windows Server 2016 image...
❯ Creating a 64G growable disk image in raw format...
❯ Booting Windows securely using QEMU v9.2.0...
BdsDxe: failed to load Boot0002 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0): Not Found
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 succesfully, visit http://localhost:8006/ to view the screen...
Screenshots (optional)
The text was updated successfully, but these errors were encountered:
刚刚尝试了 Windows Server 2016 容器。它工作正常。我想知道你的硬件是怎么回事......
I've tested that it's not a hardware issue, it's caused by a high kernel version, which happens with the 5.10 kernel, and now I've replaced the kernel with 4.19.
Operating system
openEuler 22.03 LTS SP1
Description
docker-compose up
Docker compose
version: '3.3'
services:
windows:
image: dockurr/windows
container_name: windows-2016
environment:
VERSION: "2016"
USERNAME: "admin"
PASSWORD: "admin123"
LANGUAGE: "CN"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
Docker log
❯ Extracting Windows Server 2016 image...
❯ Adding drivers to image...
❯ Adding win2016-eval.xml for automatic installation...
❯ Building Windows Server 2016 image...
❯ Creating a 64G growable disk image in raw format...
❯ Booting Windows securely using QEMU v9.2.0...
BdsDxe: failed to load Boot0002 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0): Not Found
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 succesfully, visit http://localhost:8006/ to view the screen...
Screenshots (optional)
The text was updated successfully, but these errors were encountered: