From the course: Virtualization: Configuring VMs Across Platforms with VMware, Hyper-V, VirtualBox, Vagrant, and KVM

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Vagrant on macOS

Vagrant on macOS

- In this video, you will learn how to install Vagrant on MacOS. Your journey starts on vagrantup.com, where there is the download option. So let's go for Download. And there you can see the MacOS, either package manager or binary download. As you can see, Vagrant is supported both for ARM 64 and AMD 64, which includes Intel as well. That happens to be my current platform, so I'm going for download of the binary package. So now that the image file has been downloaded, let's install it, double clicking the Vagrant package, and that will start the installer. So what do we see? We see that after installing, Vagrant should be available in your terminal immediately. And that's one thing to realize. Vagrant is a terminal utility, so you need to open a terminal. There is no convenient graphical user interface to use. So you click Install. You enter your password. And once it is done, you are good to go. So feel free to move the installer to the bin. You won't need it anymore. And open a…

Contents