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
40.28k stars 1.92k forks source link

Can't run this image inside a MacOS. #449

Open stivyw opened 2 years ago

stivyw commented 2 years ago

It's possible? Run inside MacOS? I have BigSr and I wanna open another MacOS version... Its possible, or only with linux X11?

danwdart commented 2 years ago

Since the project uses kvm and X11 forwarding it's likely in its current state to work with only Linux. You could try using the upstream project kholia/OSX-KVM?

sickcodes commented 2 years ago

Apple has joined the party!

https://developer.apple.com/documentation/virtualization/running_macos_in_a_virtual_machine_on_apple_silicon_macs

stivyw commented 2 years ago

https://developer.apple.com/documentation/virtualization/running_macos_in_a_virtual_machine_on_apple_silicon_macs

Can I run without X11? No need UI, only run the OS for dev or test applications. When I run a container... docker run --rm -it sickcodes/docker-osx:big-sur bash it run a container with linux...