3 ms·
Linux VM doesn't run native macOS toolchain and requires copying files back and forth
by sheremetyev 4mo ago
Linux VM doesn't run native macOS toolchain and requires copying files back and forth
- contingencies 4mo agoI am skeptical there are many real use cases that require native macOS not arbitrary unix. For files, use a readonly mount https://github.com/apple/container/blob/main/docs/how-to.md#share-host-files-with-your-container https://github.com/apple/container/blob/main/docs/how-to.md#... (ie. /path:ro)
- jpeeler 4mo agoIf you don't want to do that, don't use a VM. I like nono: https://github.com/always-further/nono https://github.com/always-further/nono