How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "ubuntu/trusty32" end
vagrant init ubuntu/trusty32 vagrant up