Tag: Vagrant
Top 5 Virtualization tools for Developers | List of Virtualization tools |DevOpsSchool
Introduction Virtual machines (VM) come in all shapes and sizes and luckily many of them are free and open-source. A VM could come in the form of virtual desktop infrastructure…
Read more »
Vagrant installation in Centos, Ubuntu and Windows | Vagrant Tutorials
Vagrant installation in ubuntu 1. Update your apt repository > sudo apt-get update 2. Install VirtualBox. > sudo apt-get install virtualbox 3. Install Vagrant. > sudo apt-get install vagrant Vagrant…
Read more »