DevOps Tools

Vagrant

English

Overview

A tool for easily building and sharing development VMs.

Details

A tool that builds and shares virtual machines from a configuration file (a Vagrantfile), improving the reproducibility of a development environment. By abstracting over multiple providers -- VirtualBox, VMware, cloud platforms -- so the same Vagrantfile works with any of them, it was widely used to prevent the classic 'works on my machine' problem between team members.

More OSS terms