Uploaded October 2021 | Updated September 2026, 2 weeks ago
In this video we're covering the basic features of Vagrant as an automation tool to create and manage virtual machines. I'll be using a MacBook with VirtualBox.
https://itvraag.nl
Download Vagrant: (vagrantup.com/downloads)
Vagrant cloud: (app.vagrantup.com/boxes/search)
Vagrant pricing: (app.vagrantup.com/pricing)
install brew in mac:
/bin/bash -c "$(curl -fsSL [raw.githubusercontent.com/Homebrew/install/HEAD/install.sh](https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh))"
install vagrant in mac:
brew install vagrant
In this video we're covering the basic features of Vagrant as an automation tool to create and manage virtual machines. I'll be using a MacBook with VirtualBox.
https://itvraag.nl
Download Vagrant: (vagrantup.com/downloads)
Vagrant cloud: (app.vagrantup.com/boxes/search)
Vagrant pricing: (app.vagrantup.com/pricing)
install brew in mac:
/bin/bash -c "$(curl -fsSL [raw.githubusercontent.com/Homebrew/install/HEAD/install.sh](https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh))"
install vagrant in mac:
brew install vagrant










