Originally created by @stivyw on GitHub (Feb 9, 2022).
It's possible?
Run inside MacOS?
I have BigSr and I wanna open another MacOS version... Its possible, or only with linux X11?
Originally created by @stivyw on GitHub (Feb 9, 2022).
It's possible?
Run inside MacOS?
I have BigSr and I wanna open another MacOS version... Its possible, or only with linux X11?
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?
@danwdart commented on GitHub (Feb 11, 2022):
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](https://github.com/kholia/OSX-KVM)?
@sickcodes commented on GitHub (Feb 15, 2022):
Apple has joined the party!
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...
@stivyw commented on GitHub (Feb 21, 2022):
> 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...
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @stivyw on GitHub (Feb 9, 2022).
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 on GitHub (Feb 11, 2022):
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 on GitHub (Feb 15, 2022):
Apple has joined the party!
https://developer.apple.com/documentation/virtualization/running_macos_in_a_virtual_machine_on_apple_silicon_macs
@stivyw commented on GitHub (Feb 21, 2022):
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...