SauloVR91
SauloVR91
I used the default installation. version: "3" services: windows: container_name: windows image: dockurr/windows-arm environment: VERSION: "win11" devices: - /dev/kvm cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp stop_grace_period:...
I tried with administrator but it didn't work either. There is a difference in the location I am using, which is the storage, due to the storage space on the...
Same error, I ran the code below. `sudo docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 -v /media/Dados/Windows:/storage dockurr/windows-arm` It freezes at boot time with...
No, it's straight like that.    Today I updated the entire package again, running apt install qemu-system. But still the same situation persists.
Sorry @kroese. But the result is the same:  Any idea ?
> Can you try [#37 (comment)](https://github.com/dockur/windows-arm/issues/37#issuecomment-2099703987) ? i will try.
windows | ❯ Starting Windows for Docker v2.10... windows | ❯ For support visit https://github.com/dockur/windows-arm windows | ❯ CPU: Cortex A55 | RAM: 6/8 GB | DISK: 214 GB (ext4)...
I ran docker directly from the ubuntu server, outside of CasaOS. This was the result, I'm starting to think that somehow, there isn't a KVM on the orangePi 3B orangepi@sauloserver:~$...