How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "ngatnang8/nang" config.vm.box_version = "9080" end
vagrant init ngatnang8/nang \ --box-version 9080 vagrant up
This version was created 10 months ago.
There isn't a description.