mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #208] Nested virtualisation inside Docker-OSX #143
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/208
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.