How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "symbols/windows_server_1803_docker"
config.vm.box_version = "2019.616.142"
end
vagrant init symbols/windows_server_1803_docker \
--box-version 2019.616.142
vagrant up
This version was created about 5 years ago.
There isn't a description.