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:

  • KB2919442
  • KB2919355
  • KB2999226
  • KB3035131
  • KB3118401

See the GitHub Repository for more information on this box.

2 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (5.24 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (5.26 GB)