How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "pygolo/netbsd10" config.vm.box_version = "10.0" end
vagrant init pygolo/netbsd10 \ --box-version 10.0 vagrant up
This version was created 19 days ago.
There isn't a description.