


Vagrant command-line interface provides easy management for the virtual machines as well. Vagrant can quickly configure virtual machines based on your project requirement and get them up and running.

Vagrant uses a simple text-based configuration file called Vagrantfile to quickly set up a development environment with one of the supported virtual machine providers/hypervisors. Vagrant is a wrapper for different hypervisor programs like VMware Workstation Pro, VMware Player, VirtualBox, Hyper-V, VMware vSphere, etc. Vagrant is for virtual machines what Docker is for containers.
