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.

archlinux

http://dev.tscolari.me/2011/09/18/vagrant-archlinux-box/

$ gem install vagrant
$ vagrant box add archlinux http://sourceforge.net/projects/vagrantarchlinx/files/2011.08.19/archlinux_2011.08.19.box/download
$ vagrant init archlinux
$ vagrant up