docs: introduce alternative virtual environment setup for m1 macOS users

This commit is contained in:
Roeniss Moon 2023-03-19 11:18:02 +09:00 committed by GitHub
parent 88f63d3a82
commit 56fde82245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,8 @@ Next up we also need to get [Virtual Box](https://www.virtualbox.org/wiki/Downlo
Both installations are pretty straightforward and both have great communitites around them so feel free to reach out if you have issues and I can try and assist too. Both installations are pretty straightforward and both have great communitites around them so feel free to reach out if you have issues and I can try and assist too.
> If you are using m1 macOS, I recommend to use [multiplass]([url](https://multipass.run/)) instead of Vagrant and VirtualBox. (reference : https://github.com/MichaelCade/90DaysOfDevOps/issues/365)
## Our first VAGRANTFILE ## Our first VAGRANTFILE
The VAGRANTFILE describes the type of machine we want to deploy. It also defines the configuration and provisioning for this machine. The VAGRANTFILE describes the type of machine we want to deploy. It also defines the configuration and provisioning for this machine.