How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "cloudhotspot/ubuntu"
  config.vm.box_version = "14.04.2"
end
vagrant init cloudhotspot/ubuntu \
  --box-version 14.04.2
vagrant up

This version was created about 9 years ago.

A basic Ubuntu 14.04.2 installation.

This includes:

  • Default SSH key pair for the vagrant and root users that is also added to authorized_keys

  • This allows for easy SSH access between machines in a multi-host Vagrant environment

  • This image is only to used for testing/demo/lab purposes

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (570 MB)
  • vmware_fusion
    unknown Hosted by Vagrant Cloud (531 MB)