Vagrant is an amazing tool for managing virtual machines via a simple to use command line interface. With a simple vagrant up you can be working in a clean environment based on a standard template.

These standard templates are called base boxes, and this website is simply a list of boxes people have been nice enough to make publicly available.

DistributionArchitectureVersionProviderSize
{{box.distribution.name}}{{box.architecture}}{{box.version.number}} {{box.version.name | bracesIfNotEmpty}}{{box.provider}}{{box.size | fileSize}}

Give your box a name

Copy this command