Created
December 12, 2019 18:33
-
-
Save 031nna/33e71ae67ef93c71ed295408d6597b93 to your computer and use it in GitHub Desktop.
windows VM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vagrant.configure("2") do |config| | |
config.vm.box = "mwrock/Windows2016" | |
config.vm.hostname = "host-win" | |
winClientIP = "192.168.99.103" | |
config.vm.network "private_network", ip: winClientIP | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment