How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "galppoc/windows10"
  config.vm.box_version = "2.0.0"
end
vagrant init galppoc/windows10 \
  --box-version 2.0.0
vagrant up

This version was created over 1 year ago.

There isn't a description.

4 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (12.4 GB)

  • parallels Hosted by Vagrant Cloud (12.1 GB)

  • hyperv Hosted by Vagrant Cloud (13.5 GB)

  • virtualbox Hosted by Vagrant Cloud (12 GB)