How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "minicoin/windows-cloud"
  config.vm.box_version = "0.0.4"
end
vagrant init minicoin/windows-cloud \
  --box-version 0.0.4
vagrant up

This version was created about 1 year ago.

Update instance type to t3.2xlarge

2 providers for this version.
  • aws Hosted by Vagrant Cloud (486 Bytes)

  • azure Hosted by Vagrant Cloud (414 Bytes)