dockur / windows-arm

Windows for ARM in a Docker container.
MIT License
630 stars 61 forks source link

qemu: qemu_thread_create: Operation not permitted #133

Closed tjuzdy closed 1 month ago

tjuzdy commented 1 month ago

Is there no existing issue for this?

Machine specifications

254GB

Operating system

ky10.aarch64

Docker version

18.09.9

Description

ERROR: qemu: qemu_thread_create: Operation not permitted

Docker compose

微信截图_20240524085137

Docker log

ERROR: qemu: qemu_thread_create: Operation not permitted

Screenshots (optional)

error

kroese commented 1 month ago

Does it help if you start the container with seccomp disabled (--security-opt seccomp=unconfined )?

kroese commented 1 month ago

Closing because of no response.