How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "chocolatey/test-environment"
config.vm.box_version = "2.0.0"
end
vagrant init chocolatey/test-environment \
--box-version 2.0.0
vagrant up
This version was created almost 3 years ago.
The official Chocolatey Test Environment.
Windows Server 2012 R2 x64 with the following updates:
See the GitHub Repository for more information on this box.