mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
Docker in mac Virtual machine #236
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 @Animezjy on GitHub (Aug 23, 2021).
I want to start docker in a mac virtual machine.
How do I set up hardware virtualization I have successfully installed the mac virtual machine?
@omarahm3 commented on GitHub (Aug 25, 2021):
I'm having the same issue, running latest docker on guest will throw "Incompatible CPU detected error" and that it requires a processor with virtualization and hypervisor support.
@sickcodes any idea how to have this done? i'm using Big Sur BTW
@sickcodes commented on GitHub (Aug 26, 2021):
https://github.com/KhaosT/MacVM
This works on Monterrey M1 hardware, I would like to test it this week on virtual
Edit: failed on Ryzen, unaware of Intel results though
@omarahm3 commented on GitHub (Aug 26, 2021):
@sickcodes It worked after applying changes from here https://github.com/sickcodes/Docker-OSX/pull/312 and just:
@thematrixdev commented on GitHub (Sep 24, 2021):
I need to run Docker or Virtualbox on Docker-OSX as well.
As far as I understand from @omarking05 's lastest message,
cpu=maxis already merged in the latest release.The virtual CPU could not be identified to be KVM compatible.
Even I am specifying this, it does not work neither.
I am using
docker-compose upinstead of running the command line for ease of future modification.May I know what have I done wrongly?
@sickcodes commented on GitHub (Sep 24, 2021):
I am considering the following changes.
VMX doesn't show up, but apparently it should work on Intel.
I will give it a test on Digital Ocean, which lets you select AMD or Intel, unless someone wants to.
@thematrixdev commented on GitHub (Sep 27, 2021):
Making

- EXTRA=-cpu max,vendor=GenuineIntel -M q35,accel=kvm, Docker-OSX "boots-loop".May you please take a look on this?
@thematrixdev commented on GitHub (Sep 27, 2021):
I can use QEMU without hardware acceleration. If anyone needs Docker you may take a look on this issue:
https://github.com/sickcodes/Docker-OSX/issues/346
@sickcodes commented on GitHub (Sep 29, 2021):
This won't work as it's already defined above in the variable called CPU
This will work though (testing rn):
@thematrixdev commented on GitHub (Sep 30, 2021):
It boots only without setting
CPU=max.With
CPU=maxset it just keeps bootloop.