How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "scotch/box"
config.vm.box_version = "2.0"
end
vagrant init scotch/box \
--box-version 2.0
vagrant up
This version was created almost 8 years ago.
Scotchbox 2.0! Added:
Check https://scotch.io/tag/vagrant for the Scotch Box 2.0 blog post announcement