dxvm: experimental support for Devbox VMs #169
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a prototype for using the macOS Virtualization Framework to launch Linux VMs on macOS.
The
dxvm
command acts likedevbox shell
except that it launches the Devboxenvironment in a VM.
To create a new VM, run the following:
After the VM is bootstrapped, you can launch it any time with:
See the README.md for details.
Changelog
10/16/23
aarch64-darwin
. This allows VMs to transparently run aarch64 and x86_64 Linux binaries simultaneously.--system
flag. For example,nix profile install --system x86_64 <pkg>
.~/devbox
in the VM.github:jetpack-io/devbox?ref=gcurtis/flake
flake..devbox/vm/console
instead of stdout so that the first thing the user sees is their own shell prompt.-install
flag is now fully automated. This is done by reading/writing to the VM's console using a pipe (similar to a program likeexpect
).