How to use this box with Vagrant:

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

This version was created almost 5 years ago.

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

  • microsoft/windowsservercore:10.0.14393.2724
  • microsoft/nanoserver:10.0.14393.2724

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

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 (13.1 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (11.1 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (11.1 GB)