How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "chocolatey/test-environment"
  config.vm.box_version = "3.0.0"
end
vagrant init chocolatey/test-environment \
  --box-version 3.0.0
vagrant up

This version was created 2 months ago.

The official Chocolatey Test Environment.

Windows Server 2019 with:

  • Windows Subsystem for Linux (WSL) enabled
  • .NET 3.5 and 4.8 preinstalled
  • Windows Updates installed through to 2023-01-12
1 provider for this version.
  • virtualbox Hosted by Vagrant Cloud (7.43 GB)