Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 758 Bytes

Vagrant.md

File metadata and controls

14 lines (8 loc) · 758 Bytes

Hashicorp Vagrant

Vagrant is a tool for building and distributing development environments.

Development environments managed by Vagrant can run on local virtualized platforms such as VirtualBox or VMware, in the cloud via AWS or OpenStack, or in containers such as with Docker or raw LXC.

Vagrant provides the framework and configuration format to create and manage complete portable development environments. These development environments can live on your computer or in the cloud, and are portable between Windows, Mac OS X, and Linux.