How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "StefanScherer/windows_2016_docker"
  config.vm.box_version = "2018.04.10"
end
vagrant init StefanScherer/windows_2016_docker \
  --box-version 2018.04.10
vagrant up

This version was created over 5 years ago.

Windows Server 2016 Core Eval with Docker and two base Docker images preinstalled:

  • microsoft/windowsservercore:10.0.14393.2189
  • microsoft/nanoserver:10.0.14393.2189

Packer templates at https://github.com/StefanScherer/packer-windows/releases/tag/2018.04.10

Notice:

Each box is about 10 GByte to download. But for all providers you can use linked clones to have a fast boot experience.

3 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (12.3 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (9.77 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (10.1 GB)