-
i got it set up and wanted to get big sur but i cant figure it out.
-
Hello,
I configured an image using the following command :
```
docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" -e RAM=12 -e GENERAT…
-
I ran this command on Ubuntu 20.04 in order to install macOS Monterey:
```
docker run -it \
--device /dev/kvm \
-p 50922:10022 \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e "DISPLAY=…
-
# OS related issued, please help us identify the issue by posting the output of this
```
Linux jack-Blade-Pro 5.11.0-46-generic #51~20.04.1-Ubuntu SMP Fri Jan 7 06:51:40 UTC 2022 x86_64 x86_64 x86_6…
-
When trying the docker run commands at the top of the documentation, I'm getting:
"docker: Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no su…
-
The issue still continues if I give -e RAM=some number. But if I don't give any -e RAM value. There is no issue.
_Originally posted by @bayramog in https://github.com/sickcodes/Docker-OSX/issues/20…
-
I had hoped to utilize the utilities from a generic Linux host (e.g. Linux Mint 21), but have not yet met success.
I provisioned a guest system with EFI boot firmware, and a hard disk using image `…
-
I failed in the first step and found it difficult to find the path where findmy stores the. plist file. How did you find theand retrieve it? Thank you

############################################################################
# NOTE: Tweak the "MY_OPTIONS" line in case …
-
Is there a way to to make the built-in kvm sound (ich9 or ich6) work after passing through a GPU?
When I create a new High Sierra vm using virt-manager GUI, everything works including sound.
Wh…