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