馃殌Day 19 - Vagrant Basics for DevOps Beginners
Installing and Running Your First VM
Installed Vagrant and VirtualBox on Windows.
Used the command line to:
Initialize a new Vagrant project:
vagrant init
Start a virtual machine:
vagrant up
SSH into it:
vagrant ssh
Halt or destroy the...
shakirdevops.hashnode.dev1 min read