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