gyf304 / vmcli

A set of utilities (vmcli + vmctl) for macOS Virtualization.framework
BSD 2-Clause "Simplified" License
826 stars 44 forks source link

Support sharing folders with host #26

Closed simonchatts closed 2 years ago

simonchatts commented 2 years ago

This is supported only on Monterey (12.0) and later.

In my limited tests with 12.1, the underlying macOS virtiofs implmentation seems pretty flaky. For example, some basic git operations fail in the guest, but work fine in the host. But offering up the PR now anyway, in the hope that this becomes more robust in later releases.

Closes #20.

gyf304 commented 2 years ago

Thank you!