1
0
Fork 0
intro-to-vagrant/slides/what-is-vagrant.md

11 lines
286 B
Markdown

## What is Vagrant?
> "Create and configure lightweight, reproducible, and portable development
environments."
note:
Allows you to check your development environment into a git repository.
Can be configured to use a tool for provisioning to match your production
environment.