How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gusztavvargadr/docker-community-windows-server"
config.vm.box_version = "2010.2102.2305"
end
vagrant init gusztavvargadr/docker-community-windows-server \
--box-version 2010.2102.2305
vagrant up