An Introduction to Vagrant

As we all know, Virtual Machines (VMs) are very popular among the entire IT world. Reason being: their capability of emulating an entire computing system. Virtual Machines gained popularity because of certain aspects of them which are listed below: To try new Operating Systems (Major reason) To create virtualized testing environments Set up an office quickly (Literally !) Build learning environments All of you must have heard & probably would already have had an experience of working on one of the two undisputed leaders of Virtualization Environments: VMware & Virtualbox . If you have ever tried to create virtual machines used for testing through a GUI; be it in the VMware or Virtualbox, you will know that it can be a pain, and it is a very manual process. I have found that there is a tendency to leave testing machines around for a long time without rebuilding them. Before Vagrant there is a resistance to creating clean envir...