Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pditommaso/vagrant-with-quemu-provider
Allow the use of Vagrant on macOS with x86 VMs
https://github.com/pditommaso/vagrant-with-quemu-provider
Last synced: 21 days ago
JSON representation
Allow the use of Vagrant on macOS with x86 VMs
- Host: GitHub
- URL: https://github.com/pditommaso/vagrant-with-quemu-provider
- Owner: pditommaso
- Created: 2023-12-18T10:59:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-18T11:13:13.000Z (about 1 year ago)
- Last Synced: 2024-10-15T09:56:12.477Z (2 months ago)
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-with-quemu-provider
Allow the use of x86 VMs on macOS Silicon via [Vagrant](https://www.vagrantup.com/) and [qemu](https://www.qemu.org/) [provider](https://github.com/ppggff/vagrant-qemu).
### Get started
1. Install Vagrant and qemu
```
brew install vagrant qemu
```
2. Install Vagrant plugins
```
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-qemu
```3. Clone this repo:
```
git clone https://github.com/pditommaso/vagrant-with-quemu-provider \
&& cd vagrant-with-quemu-provider
```4. Launch the VM
```
vagrant up
```
5. SSH into it
```
vagrant ssh
```6. Shutdown
```
vagrant destroy
```### Links
* https://gist.github.com/beauwilliams/69eabc42e540a309f53d55c4b8e6ffe3
* https://medium.com/@TETRA2000/do-m1-mac-dream-of-x86-linux-117478fc9623
* https://github.com/ppggff/vagrant-qemu