mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
qemu error #122
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PerennialWheatSA on GitHub (Mar 8, 2021).
system specs:
cpu: amd ryzen 9 5900x
gpu: rtx 3080
motherboard chipset: X570
OS: arch linux
When i run the image with
docker run -it \--device /dev/kvm \-p 50922:10022 \-v /tmp/.X11-unix:/tmp/.X11-unix \-e "DISPLAY=${DISPLAY:-:0.0}" \sickcodes/docker-osx:latestI get the error
https://gist.github.com/PerennialWheat/dd0dfdfcbb0fbf41338e0ab1a35e75af
@sickcodes commented on GitHub (Mar 8, 2021):
Add yourself to kvm group or chmod 666 /dev/kvm but post the output of this and you’ll be able to see
@sickcodes commented on GitHub (Mar 8, 2021):
Most conceivable errors are covered here:
https://github.com/sickcodes/Docker-OSX#troubleshooting
In your case, add yourself to the relevant groups and start libvirtd etc should be fine!
If you don’t have a screen, use one one of the headless examples below the original example :)
@PerennialWheatSA commented on GitHub (Mar 8, 2021):
Thank you it worked