mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Unable to run Docker inside Docker-OSX #246
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 @rationalthinker1 on GitHub (Sep 21, 2021).
Hello,

I want to install Docker to get it test some build process. However, I get this error. Docker requires a processor with virtualization capabilities and hypervisor support.
@rationalthinker1 commented on GitHub (Sep 22, 2021):
I used to do it before in vmware. Linux -> windows 10 -> Linux
@sickcodes commented on GitHub (Sep 23, 2021):
@rationalthinker1
Via: https://github.com/kholia/OSX-KVM/blob/master/notes.md
@rationalthinker1 commented on GitHub (Sep 25, 2021):
How do I add the vmx flag? How do i do the following:
Make sure that kvm_intel module is loaded properly. This is documented in our main documentation.
Make sure the VM is booted with VMX support passed through using one of the two below strategies:
You may add vmx,rdtscp arguments to the -cpu option in boot-macOS.sh file (easier option).
You may add +vmx, to the front of MY_OPTIONS in the boot script while changing -cpu Penryn to -cpu Skylake-Client or any other suitable supported CPU.
Note: Host CPU passthrough is troublesome and not generally recommended.
@rationalthinker1 commented on GitHub (Sep 27, 2021):
Just wanted to give an update. I did get it to work.
I did the following
Penrynto changed tomax.+vmxflag inhelm.values. Also changedPenryntomaxinhelm.valuesRan
docker build -t docker-osx -f Dockerfile.naked -t docker-osx-custom .in the project folder.Ran this to start docker-osx
@thematrixdev commented on GitHub (Sep 27, 2021):
Thanks @rationalthinker1 . I am trying out on the same stuff now! Will @sickcodes merge the change if it works? Or I have to follow @rationalthinker1 's guide and build my custom image?
@sickcodes commented on GitHub (Oct 1, 2021):
Looks good to me, I think it's time to merge the
max. Will try and test all the images over the weekend.Need to test this on all 4 first:
-e MASTER_PLIST_URL= https://raw.githubusercontent.com/sickcodes/OS X-serial-generator/kvm-opencore-14/config-custom.plist \To merge this for monterey: https://github.com/sickcodes/osx-serial-generator/pull/19