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
36.1k stars 1.78k forks source link

vm_shared region start address() failed #525

Open mikemangas opened 1 year ago

mikemangas commented 1 year ago

When running

docker run -it \
    --device /dev/kvm \
    -p 50922:10022 \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e "DISPLAY=${DISPLAY:-:0.0}" \
    -e GENERATE_UNIQUE=true \
    -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \
    sickcodes/docker-osx:monterey

im facing after some time the error: vm_shared region start address() failed

Any idea what could cause that problem?

Thank you.

matiaslopezd commented 1 year ago

+1

kenny-caldieraro commented 1 year ago

same problem

AriKorpus commented 1 year ago

Has any solution to this been found?

ojrcampos commented 9 months ago

Any solution?

Trasher195 commented 8 months ago

+1

maxexcloo commented 8 months ago

Same problem for me, have put an issue here also: https://github.com/thenickdude/KVM-Opencore/issues/61