How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "StefanScherer/windows_2016_docker"
  config.vm.box_version = "2018.06.22"
end
vagrant init StefanScherer/windows_2016_docker \
  --box-version 2018.06.22
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.2312
  • microsoft/nanoserver:10.0.14393.2312

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

Notice:

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

2 providers for this version.
  • virtualbox Hosted by Vagrant Cloud (9.72 GB)

  • vmware_desktop Hosted by Vagrant Cloud (10.6 GB)