Has anyone gotten docker running? #62
Replies: 7 comments 3 replies
-
Did you find a solution? I believe Apple Silicon doesn't support nested virtualization. https://forums.macrumors.com/threads/nested-virtualization-on-m1-m2-macs-possible.2353945/ Additionally docker I don't think supports nested virtualization on MacOS (even on Intel). |
Beta Was this translation helpful? Give feedback.
-
Since macOS Sequoia, nested virtualization is supported for Macs with M3 and later CPUs for Linux guests. It seems to be just a matter of setting couple of properties in VM settings: https://developer.apple.com/documentation/virtualization/vzgenericplatformconfiguration/4360553-isnestedvirtualizationsupported |
Beta Was this translation helpful? Give feedback.
-
If you don't need docker desktop, you may want to give Colima a try:
I used it all the time in development. For more information: |
Beta Was this translation helpful? Give feedback.
-
Since nested virtualization is now supported I would like to see this feature in VirtualBuddy. |
Beta Was this translation helpful? Give feedback.
-
Can someone please verify if nested virtualization is already supported by VirtualBuddy when running on the latest macOS (both host and guest)? Thank you. |
Beta Was this translation helpful? Give feedback.
-
I do not see a method of enabling the vtt and other options needed to do nested virtualization. So I don't think it is possible at this point. I would like to see that happen since Sequoia now supports it. |
Beta Was this translation helpful? Give feedback.
-
UTM has added nested virtualization for Linux systems. Probably using the documentation linked above and here, https://developer.apple.com/documentation/virtualization/vzgenericplatformconfiguration/4360553-isnestedvirtualizationsupported. I would love to see this feature come to virtual buddy for MacOS. |
Beta Was this translation helpful? Give feedback.
-
I tried Docker desktop, which does not play nice, as well as brew install Docker compose, Docker sync, engine, machine, etc.
I don't need desktop, but I do need to get Docker up and running.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions