How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "velocity303/rancheros"
config.vm.box_version = "1.5.5"
end
vagrant init velocity303/rancheros \
--box-version 1.5.5
vagrant up
This version was created over 3 years ago.
There isn't a description.