Vagrant is the command line utility for managing the lifecycle of virtual machines. Isolate dependencies and their configuration within a single disposable and consistent environment.
# get machines statusvagrantstatus
# running halted machinesvagrantup
# shutting down all run machinesvagranthalt
# get ssh machinesvagrantssh<machine-name>