Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Windows VM #7

Open
nathany opened this issue Feb 18, 2017 · 0 comments
Open

Windows VM #7

nathany opened this issue Feb 18, 2017 · 0 comments

Comments

@nathany
Copy link
Owner

nathany commented Feb 18, 2017

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
  end
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant