How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "selinuxgame/status_check"
config.vm.box_version = "0.0.2-0.1.beta"
end
vagrant init selinuxgame/status_check \
--box-version 0.0.2-0.1.beta
vagrant up
This version was created over 6 years ago.
There isn't a description.