Created
May 20, 2024 14:21
-
-
Save iamcryptoki/62c50bca6ccb06ce6152771ddc497187 to your computer and use it in GitHub Desktop.
Run Vagrant on macOS Apple Silicon (M1/M2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install --cask vagrant | |
$ brew install qemu | |
$ vagrant plugin install vagrant-qemu | |
$ cd /path/to/vagrant/project | |
$ vagrant up --provider=qemu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment