How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "mwrock/WindowsNano"
  config.vm.box_version = "0.5.0"
end
vagrant init mwrock/WindowsNano \
  --box-version 0.5.0
vagrant up

This version was created almost 8 years ago.

Updated to RTM. Fixes bluescreen on first boot in hyper-v

2 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (396 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (476 MB)