SauloVR91

Results 8 comments of 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. ![image](https://github.com/dockur/windows-arm/assets/89111081/0ba26fcf-9cf8-45e3-9cff-bea36f783a76) ![image](https://github.com/dockur/windows-arm/assets/89111081/e6311d12-02a8-4c56-b289-3b34732c4069) ![image](https://github.com/dockur/windows-arm/assets/89111081/7fff2824-577a-46f8-91a8-a4f60ec1f8bd) 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: ![image](https://github.com/dockur/windows-arm/assets/89111081/1617db92-6901-4c3c-99cf-022e1dcf93a3) 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:~$...