How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "akarl/metasploitable3-ubuntu-1404"
config.vm.box_version = "0.1.12"
end
vagrant init akarl/metasploitable3-ubuntu-1404 \
--box-version 0.1.12
vagrant up
This version was created almost 5 years ago.
There isn't a description.