The Vagrant community offers some Windows-kernel guests, for assisting in developing and testing applications in Windows environments.
$ vagrant box add -f opentable/win-2012r2-standard-amd64-nocm
$ cd <project>
$ vagrant init opentable/win-2012r2-standard-amd64-nocm && vagrant up
Before users can successfully vagrant ssh
to launch a console session into the running VM, sometimes the host SSH configuration must be tweaked, e.g. to reflect recent changes in security policies.
$HOME/.ssh/config
:
HostkeyAlgorithms +ssh-dss
- Vagrant
- A Vagrant provider and plugin, e.g. VirtualBox + vagrant-vbguest
- A Windows-kernel Vagrant image, such as opentable/win-2012r2-standard-amd64-nocm