Skip to content

Vagrant

What is Vagrant?

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.

Commands

# get machines status
vagrant status

# running halted machines
vagrant up

# shutting down all run machines
vagrant halt

# get ssh machines
vagrant ssh <machine-name>