How to use this box with Vagrant:

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

This version was created over 2 years ago.

Example minicoin machine:

machines:
  - name: windows-on-aws
    box: minicoin/windows-cloud
    provider: aws
    roles:
      - role: qt-builder # installs compiler and SDKs require to build Qt

Doesn't pre-allocate disk space anymore, minicoin can now configure and attach AWS storage.

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