How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "phusion/ubuntu-12.04-amd64"
  config.vm.box_version = "2014.05.11"
end
vagrant init phusion/ubuntu-12.04-amd64 \
  --box-version 2014.05.11
vagrant up

This version was created almost 10 years ago.

The Ubuntu 12.04 boxes have been upgraded to kernel 3.13 (Trusty kernel). This is because even the updated VMWare Tools still occasionally caused kernel panics on kernel 3.8. In our tests, we've observed that VMWare Tools does not cause any kernel panics on kernel 3.13.

2 providers for this version.
  • virtualbox
    unknown Externally hosted (oss-binaries.phusionpassenger.com)
  • vmware_fusion
    unknown Externally hosted (oss-binaries.phusionpassenger.com)