How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sitepoint/ubuntu-trusty-amd64"
config.vm.box_version = "1.0.0"
end
vagrant init sitepoint/ubuntu-trusty-amd64 \
--box-version 1.0.0
vagrant up
This version was created over 5 years ago.
Initial release. VirtualBox provider version retrieved from https://cloud-images.ubuntu.com/vagrant/trusty/20171023/trusty-server-cloudimg-amd64-vagrant-disk1.box