Monday 11 March 2019

Vagrant by Raj Gupta


Vagrant  :-Vagrant is a open source tool for working with virtual environments. Vagrant acts as a wrapper and  sits on top of the virtualization solution (VMware, Hyper-V ,VirtualBox or libvirt)  and provides a simple command line interface to manage the VM's with the custom configuration.


Update the system and install the pre-req packages for virtualBox to work

yum update -y
yum install gcc make kernel-devel -y

Not mandatory , but lets install "X window", to easily look into the VirtualBox issue,if any

yum groupinstall "X Window System"

Take a reboot of the system

init 6



vagrant --version
vboxmanage --version

1 comment: