sickcodes / Docker-OSX

Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
https://hub.docker.com/r/sickcodes/docker-osx
GNU General Public License v3.0
46.71k stars 2.53k forks source link

kvm version too old #205

Closed Kaloyanes closed 3 years ago

Kaloyanes commented 3 years ago

When i try to run the cointainer its says "kvm version too old". How can i fix that?

image this is a screenshot

sickcodes commented 3 years ago

I agree that is a screenshot 😜

Can you post the output of this:

# OS related issued, please help us identify the issue by posting the output of this
uname -a \
; echo "${DISPLAY}" \
; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs \
; grep NAME /etc/os-release \
; df -h . \
; qemu-system-x86_64 --version \
; libvirtd --version \
; free -mh \
; nproc \
; egrep -c '(svm|vmx)' /proc/cpuinfo \
; ls -lha /dev/kvm \
; ls -lha /tmp/.X11-unix/ \
; ps aux | grep dockerd \
; docker ps | grep osx \
; grep "docker\|kvm\|virt" /etc/group
Kaloyanes commented 3 years ago

well i kinda don't get there. I just start the docker and it does this. I'm on windows (if that matters)

Kaloyanes commented 3 years ago

and sorry for the late response. I was sleeping @sickcodes

sickcodes commented 3 years ago

It doesn't work on windows

Kaloyanes commented 3 years ago

oof sorry, what other alternatives you could recommend me? I want a virutal mac only for the xCode. VirtualBox has bad performance.

ZEON-1 commented 3 years ago

My guy u got this _don't Give up NEVER BACK DOWN 🐷🤞

sickcodes commented 3 years ago

Sorry it works it's just incredibly slow. You can find by searching WSL2 in the closed issues section.

Kaloyanes commented 3 years ago

ok thanks!

CrossScarDev commented 8 months ago

I'm getting this issue on linux now