How to use this box with Vagrant:

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

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

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
    unknown Hosted by Vagrant Cloud (9.47 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (10.1 GB)