How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "questiny/ubuntu1404"
  config.vm.box_version = "0.3"
end
vagrant init questiny/ubuntu1404 \
  --box-version 0.3
vagrant up

This version was created almost 8 years ago.

Installed all infrastructure software with minimal configuration. No software installation or updating required.

There are no providers for this version.