How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "NeovaHealth/nh-base"
  config.vm.box_version = "0.8.0"
end
vagrant init NeovaHealth/nh-base \
  --box-version 0.8.0
vagrant up

This version was created over 7 years ago.

NH Base

2 providers for this version.
  • virtualbox Hosted by Vagrant Cloud (269 MB)

  • vmware_desktop Hosted by Vagrant Cloud (512 MB)