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

Windows VM #7

@nathany

Description

@nathany

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions