-
Notifications
You must be signed in to change notification settings - Fork 149
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
Parallels support? #74
Comments
Hi @ntodorov For a regular rebuild of the Vagrant box I see a problem, I don't have a parallels license and no Mac hardware to spare to run my packer-builder pipeline in the cloud somewhere. I normally only build VirtualBox and VMware boxes every 1-2 months. But for a local build for someone who has Parallels
And let's see how the virtualization landscape evolves on macOS with the now free for personal use VMware Fusion Player. Vagrant still wants some money for the plugin and I don't know if Player works well with the Vagrant plugin. Maybe there will be a free Player plugin from the community... |
I can confirm that building parallels locally works. However, I get and error on
|
In any case that other people is looking for an update on this issue. If you like to try it yourself, make sure you have:
If you have Homebrew installed, you can install the SDK by:
I was not able to experience the issue that @ammar-mik posted above with this command:
To verify your box:
For running
Issues and Fixes:
Hope this steps helps someone trying to run under Parallels provider. |
Is nested virtualization a requirement? Parallel on Apple Silicon does not support nested virtualization. Without nested virtualization, this will not work on M1 macs? |
@earljon can you share the infra code you used to |
Nested virtualisation is needed whey you want to run Windows containers in hyperv isolation mode. With the process isolation mode I remember you don't need nested virtualisation. But running Windows containers on a Mac M1 machine I'm not sure if that works. Windows is amd64, I know that eg. VMware does not support running this on M1. I don't know about Parallels, but would think they have the same problem. |
Is it doable to add Parallels support for macOS host?
Seems they have a vagrant https://parallels.github.io/vagrant-parallels/docs/
My impression is that Parallels the preferred Mac solution, seems better optimized for Mac than VirtualBox, and according to some posts even than VMWareFusion.
Thanks,
Nik
The text was updated successfully, but these errors were encountered: