How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "takumin/rancheros"
config.vm.box_version = "1.5.1.1555688388"
end
vagrant init takumin/rancheros \
--box-version 1.5.1.1555688388
vagrant up
This version was created about 5 years ago.