mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Support Docker in Docker or kern.hv_support for Docker for Mac #174
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 @KartoffelToby on GitHub (Apr 20, 2021).
Is it possilbe to enable kern.hv_support to run Docker for Mac inside Docker-OSX?
@sickcodes commented on GitHub (Apr 28, 2021):
What does the output of this show?
sysctl kern.hv_supportSolution from https://cri.dev/posts/2020-07-06-How-to-solve-Docker-Incompatible-CPU-detected/
@KartoffelToby commented on GitHub (Apr 28, 2021):
The output of sysctl kern.hv_support shows 0
And About Mac shows Unknown CPU Type, i use a Intel® Core™ i9-8950HK
The Solution is not really a solution, i want to use docker for mac it uses the mac os x hypervisor. instead of a complete virtualbox. For testing some env settings in Mac OSX under Linux.
@marcellodesales commented on GitHub (May 5, 2021):
Any success here?
@sickcodes commented on GitHub (May 6, 2021):
Does this help?
https://github.com/kholia/OSX-KVM/blob/master/notes.md#enabling-hypervisorframework-nested-virtualization--docker-for-mac--android-emulator--etc
@sickcodes commented on GitHub (May 6, 2021):
Adding the ability to do the above
https://github.com/sickcodes/Docker-OSX/pull/270
@sickcodes commented on GitHub (May 6, 2021):
I am using AMD, but Intel might work. I added:
@magowiz commented on GitHub (May 13, 2022):
Hi I tried adding suggested options to docker run parameters but it didn't work, I'm using an intel cpu, after doing this I still get error when I try to start docker desktop inside MacOSX
sysctl kern.hv_support stays to 0
mine run script: