-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run Docker inside Docker-OSX #346
Comments
I used to do it before in vmware. Linux -> windows 10 -> Linux |
Via: https://github.com/kholia/OSX-KVM/blob/master/notes.md
|
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. |
Just wanted to give an update. I did get it to work.
Ran Ran this to start docker-osx
|
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? |
Looks good to me, I think it's time to merge the Need to test this on all 4 first:
To merge this for monterey: sickcodes/osx-serial-generator#19 |
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.
The text was updated successfully, but these errors were encountered: