GENERAL VAGRANT SUPPORT IS OFF-TOPIC. Support questions may be asked on https://superuser.com. Vagrant is a command line tool for provisioning virtualized environments on top of various providers, including VirtualBox, VMware and AWS.
Vagrant is a tool for building and distributing virtual systems on top of several kinds of virtual machines such as Oracle's virtualbox or vmware.
It is intended for managing "lightweight, reproducible, and portable development environments"; the configuration is managed in a file in the source repository called a vagrantfile.
Through plugins, Vagrant allows provisioning environments atop other providers, such as AWS, OpenStack or DigitalOcean.
Provisioning of a "box", by default can be done using shell scripts, Ansible, Chef, Puppet, Docker or Salt.
See also
- Homepage
- Atlas (Public boxes)
- Available boxes