How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "tonidager2004/vagrant"
config.vm.box_version = "2.2.18"
end
vagrant init tonidager2004/vagrant \
--box-version 2.2.18
vagrant up
This version was created about 2 months ago.
There isn't a description.