How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "michaelh/spade"
config.vm.box_version = "0.0.3"
end
vagrant init michaelh/spade \
--box-version 0.0.3
vagrant up
This version was created over 5 years ago.
SPADE in Ubuntu 18.04 (bento/ubuntu-18.04) base box with an added user "spade", a wget 1.17 (/usr/local/bin/wget) and a bash 4.3 (/usr/local/bin/bash).