How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gusztavvargadr/sql-server-2017-developer-windows-server"
config.vm.box_version = "2017.2102.2211"
end
vagrant init gusztavvargadr/sql-server-2017-developer-windows-server \
--box-version 2017.2102.2211
vagrant up
This version was created 4 months ago.
See also | Changelog | Feedback | Source
In the box
vagrant
sa
and password Vagrant42