How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "sscc/xenial64"
  config.vm.box_version = "0.2.0"
end
vagrant init sscc/xenial64 \
  --box-version 0.2.0
vagrant up

This version was created over 6 years ago.

updated as of 2/16/18

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (459 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (508 MB)