Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: The SHA-1 message digest of a WIM resource did not match the expected value. #246

Open
2 tasks done
xxlovex opened this issue Feb 8, 2025 · 0 comments
Open
2 tasks done
Labels
question Further information is requested

Comments

@xxlovex
Copy link

xxlovex commented Feb 8, 2025

Is your question not already answered in the FAQ?

  • I made sure the question is not listed in the FAQ.

Is this a general question and not a technical issue?

  • I am sure my question is not about 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?

Image

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

@xxlovex xxlovex added the question Further information is requested label Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant