mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-12-16 06:50:21 +00:00
Vagrant documentation recommends to use 512MB for base boxes: http://docs.vagrantup.com/v2/boxes/base.html |
||
|---|---|---|
| .. | ||
| assets | ||
| __init__.py | ||
| manifest-schema.yml | ||
| README.rst | ||
| tasks.py | ||
Vagrant ------- Vagrant is a tool to quickly create virtualized environments. It uses "boxes" to make downloading and sharing those environments easier. A box is a tarball containing a virtual volumes accompanied by an `OVF specification <http://en.wikipedia.org/wiki/Open_Virtualization_Format>`__ of the virtual machine. This plugin creates a vagrant box that is ready to be shared or deployed. At the moment it is only compatible with the VirtualBox provider and doesn't requires any additional settings.