[Question]: The SHA-1 message digest of a WIM resource did not match the expected value. #246
Open
2 tasks done
Labels
question
Further information is requested
Is your question not already answered in the FAQ?
Is this a general question and not a technical issue?
Question
When I install the Windows 10 ARM version onto my RK3399 device, this error occurs. How can I handle this error?
this is my configuration file:
services:
windows:
image: dockurr/windows-arm
container_name: windows10
environment:
VERSION: "10"
DISK_SIZE: "20G"
VGA: "virtio-gpu"
RAM_SIZE: "2.9G"
CPU_CORES: "4"
LANGUAGE: "Chinese"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
The text was updated successfully, but these errors were encountered: