Vagrantbox.es

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.

ubuntu lucid 32

An Ubuntu 10.04 Lucid base box maintained by the folks behind vagrant.

$ gem install vagrant
$ vagrant box add ubuntu-lucid-32 http://files.vagrantup.com/lucid32.box
$ vagrant init ubuntu-lucid-32
$ vagrant up