mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 23:36:29 +00:00

This is the first step in the effort of combining all documentation about bootstrap-vz into sphinx while still being able to access it from github (github can parse rst as well)
12 lines
510 B
ReStructuredText
12 lines
510 B
ReStructuredText
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.
|