How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "elrey741/kali-light-linux_amd64"
config.vm.box_version = "0.0.80"
end
vagrant init elrey741/kali-light-linux_amd64 \
--box-version 0.0.80
vagrant up
This version was created almost 2 years ago.
A build environment for use in cross platform development.