From 56fde822452d1615edd1955d865c375eff53f406 Mon Sep 17 00:00:00 2001 From: Roeniss Moon Date: Sun, 19 Mar 2023 11:18:02 +0900 Subject: [PATCH] docs: introduce alternative virtual environment setup for m1 macOS users --- 2022/Days/day14.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2022/Days/day14.md b/2022/Days/day14.md index 8ad7b21..f9ca926 100644 --- a/2022/Days/day14.md +++ b/2022/Days/day14.md @@ -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. +> 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 The VAGRANTFILE describes the type of machine we want to deploy. It also defines the configuration and provisioning for this machine.