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