This repository was archived by the owner on Jan 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Windows VM #7
Copy link
Copy link
Open
Description
There are VMs for Windows available for Vagrant, but I've yet to get it working (partially because the Mac I'm using doesn't have enough RAM).
config.vm.define "win" do |win|
win.vm.box = "Microsoft/EdgeOnWindows10"
win.vm.guest = :windows
win.vm.communicator = :winrm
win.winrm.username = "IEUser"
win.winrm.password = "Passw0rd!"
# win.vm.synced_folder src_path, "/vagrant/src"
# win.ssh.shell = "sh -l"
# win.ssh.username = "IEUser"
# win.ssh.password = "Passw0rd!"
# win.ssh.insert_key = false
win.vm.provider :virtualbox do |v|
v.memory = 2048
end
endReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels