How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "praveenkumar0222/first" config.vm.box_version = "9.9.9" end
vagrant init praveenkumar0222/first \ --box-version 9.9.9 vagrant up
This version was created over 2 years ago.
first version