How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "cloudhotspot/ubuntu"
end
vagrant init cloudhotspot/ubuntu
vagrant up
This version was created almost 8 years ago.
Update to Ubuntu 14.04.3.
CloudHotspot insecure keys have been deprecated and removed in this version.
Built with Packer - see https://github.com/cloudhotspot/packer-ubuntu
This version was created over 8 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