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.

2 providers for this version.
  • libvirt
    unknown Hosted by Vagrant Cloud (866 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (971 MB)