Introduction to Vagrant
Vagrant is an open source solution designed for automatic configuration of virtual machines and containers. Vagrant can configure RAM amount, CPU count, network settings, and hostname. It can then automatically execute configuration management scripts (Ansible, Chef, Puppet, etc.). These scripts handle package installation and configuration via SSH. The first version was released on March 8, 2010, and was developed by Mitchell Hashimoto and John Bender in Ruby. ...