Youtube URL: https://www.youtube.com/channel/UC4Snw5yrSDMXys31I18U3gg/
-
Install Vagrant: https://www.vagrantup.com/downloads.html
-
Install Oracle Virtual Box: https://www.virtualbox.org/
-
In a new Directory clone this respository:
git clone https://github.com/bradmorg/vagrant-labs.git
- go into the lab folder corrasponding to the video you are watching. Example:
cd lab1-firstvm
- Initialize the VM using vagrant init
vagrant init bento/ubuntu-18.04
- SSH into the VM
vagrant ssh