ALX Vagrant Task - How to install Vagrant & Virtual Box with Ubuntu 20.04 on Windows 10 & 11 - ALX Vagrant Task
This video will show you How to install Vagrant & Virtual Box with Ubuntu 20.04 on Windows 10 & 11.
--
Commands
vagrant box add ubuntu/focal64
vagrant init ubuntu/focal64
vagrant plugin install vagrant-vbguest
vagrant up
vagrant ssh
--
Vagrant
Vagrant is a tool for building and managing virtual machine environments. This is a tool that sits on top of a VM provider.
VirtualBox
This is a Virtual Machine provider. The virtual machines themselves will be spawned using VirtualBox. VirtualBox is free and lightweight, which make it a perfect choice for us. VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop, and embedded use.
Command Line Interface (CLI)
Command Line Interface to run Linux based commands. I am using MinGW-w64. You can use any of your choice e.g Command Prompt, Powershell, Cygwin, Terminal, WebTerminal, Git Bash, etc.
Download VirtualBox : https://www.virtualbox.org/wiki/Downl...
Download Vagrant : https://www.vagrantup.com/downloads
Open the a CLI : Command Prompt, Powershell, Cygwin, Terminal, WebTerminal, Git Bash
Ubuntu 20.04 : Add the Ubuntu 20.04 (Focal) image to your box list:
https://app.vagrantup.com/boxes/search
How to install Vagrant & Virtual Box with Ubuntu 20.04 on Windows 10 & 11
#vagrant #virtualbox #ubuntu