mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Nested virtualisation inside Docker-OSX #143
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @catthehacker on GitHub (Mar 18, 2021).
Not sure whether this is bug or feature request but I'm trying to run virtualbox/docker inside the osx "container" but it fails on virtualisation check.
My L0 (debian) has enabled
kvm_amdnestedoption, so does L1 (arch). Based on https://github.com/kholia/OSX-KVM/blob/master/notes.md I tried to add virtualisation flags and built the image but it doesn't seem to work.@sickcodes commented on GitHub (Mar 18, 2021):
Your QEMU version seems a bit low, I haven't tried nested virt inside Mac though, other than Xcode simulator
@catthehacker commented on GitHub (Mar 18, 2021):
Right, I did forgot to use
buster-backportsto get latestqemu(and even thenqemu-system-x86was held back byapt, don't know why) but that didn't changed much. I guess I will tinker with it for a while and try to get it working.updated info
@sickcodes commented on GitHub (Mar 19, 2021):
I'm excited to see once it works!
@catthehacker commented on GitHub (Apr 23, 2021):
That's a nope unless Apple will adds support for AMD CPUs.