Skip to content

Instantly share code, notes, and snippets.

@031nna
Created December 12, 2019 18:33
Show Gist options
  • Save 031nna/33e71ae67ef93c71ed295408d6597b93 to your computer and use it in GitHub Desktop.
Save 031nna/33e71ae67ef93c71ed295408d6597b93 to your computer and use it in GitHub Desktop.
windows VM
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