Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Add windows hyperv support. #1541

Closed
wants to merge 36 commits into from
Closed

Add windows hyperv support. #1541

wants to merge 36 commits into from

Commits on Feb 11, 2016

  1. updated create machine to create hyper-v

    radu.florescu committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    4074ad4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Configuration menu
    Copy the full SHA
    a8414d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2016

  1. Configuration menu
    Copy the full SHA
    1dbe0cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a77b14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from floradu88/dev

    Added ability to work with Hyper-v
    floradu88 committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    f2bee8a View commit details
    Browse the repository at this point in the history
  4. Merge pull request docker#2 from docker/master

    Merge latest changes to my fork
    floradu88 committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    931a5ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6282456 View commit details
    Browse the repository at this point in the history
  6. Renamed .md to .txt

    floradu88 committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    e89d83b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. updated create machine to create hyper-v

    radu.florescu authored and pmario committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    6e66ac7 View commit details
    Browse the repository at this point in the history
  2. Updating kitematic to use hyperv by default on windows part1

    radu.florescu authored and pmario committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    3107d07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1f4e8f View commit details
    Browse the repository at this point in the history
  4. Remove unnecesary console.log

    floradu88 authored and pmario committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    47f1655 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62e8833 View commit details
    Browse the repository at this point in the history
  6. Renamed .md to .txt

    floradu88 authored and pmario committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    c92ff90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6b7e57 View commit details
    Browse the repository at this point in the history
  8. add vm consistency checks.

    pmario committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    5de7954 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10d7cf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. This removes the problem with hard coded switch names. we read the ex…

    …ternal vswitch list and use the first one, we find. This is the same behaviour as docker-machine.
    pmario committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    ce5f145 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. remove cr from switch name.

    pmario committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    6a238dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1c44b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. use first vm-switch. no matter if it is configured the right way. no …

    …user facing info atm
    
    Signed-off-by: Mario Pietsch <pmariojo@gmail.com>
    pmario committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    cbc793f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Merged branch add-hyperv from pmario

    radu.florescu committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    a497291 View commit details
    Browse the repository at this point in the history
  2. Updated usages of powershell functions so that Hyperv can run if it i…

    …s installed.
    
    Signed-off-by: radu florescu <radu.florescu@hotmail.com>
    radu.florescu committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    5b76be3 View commit details
    Browse the repository at this point in the history
  3. Removed debuggers from code.

    Signed-off-by: radu.florescu <radu.florescu@totaljobsgroup.com>
    radu.florescu committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    fe3c394 View commit details
    Browse the repository at this point in the history
  4. Refactored powershell into another file: src/utils/PowershellUtil.js

    Signed-off-by: radu.florescu <radu.florescu@totaljobsgroup.com>
    radu.florescu committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    1b02c5f View commit details
    Browse the repository at this point in the history
  5. Added handling of the cases:

    - when hyper-v exists is present and not virtualbox.
    - when both hyper-v and virtualbox are missing.
    
    Signed-off-by: radu.florescu <radu.florescu@hotmail.com>
    radu.florescu committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    077e0cc View commit details
    Browse the repository at this point in the history
  6. Reverted getting an external virtual switch as this might be glitchy …

    …on windows 10.
    
    Signed-off-by: raduflorescu <radu.florescu@hotmail.com>
    floradu88 committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    014da6c View commit details
    Browse the repository at this point in the history
  7. Due to i18n looks like we cannot expect to get a correct error messag…

    …e, but we can checkk for `fullyqualifiederrorid`.
    
    Added Machine name when checking docker machine version.
    
    Signed-off-by: raduflorescu <radu.florescu@hotmail.com>
    floradu88 committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    f18e3f5 View commit details
    Browse the repository at this point in the history
  8. Fixed some undefined errors for virtualbox.

    Added defensive programming in accessing vbox.log
    
    Signed-off-by: raduflorescu <radu.florescu@hotmail.com>
    floradu88 committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    79fa39b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. check version number, fix promis

    Signed-off-by: Mario Pietsch <pmariojo@gmail.com>
    pmario committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    63f5f99 View commit details
    Browse the repository at this point in the history
  2. Fixed Version retrieval from Hyper-v command.

    Signed-off-by: radu.florescu <radu.florescu@hotmail.com>
    radu.florescu committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    4fa547c View commit details
    Browse the repository at this point in the history
  3. Make sure that the code is simple, we don't need to check whether or …

    …not vbox is installed, because there is an exception thrown in the setup earlier.
    
    Signed-off-by: radu.florescu <radu.florescu@hotmail.com>
    radu.florescu committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    9cc57e5 View commit details
    Browse the repository at this point in the history
  4. format args template string

    pmario committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    5fb1693 View commit details
    Browse the repository at this point in the history
  5. add new changes

    pmario committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    697fc17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ee1bf5 View commit details
    Browse the repository at this point in the history
  7. little bit of formatting

    Signed-off-by: Mario Pietsch <pmariojo@gmail.com>
    pmario committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    d21b894 View commit details
    Browse the repository at this point in the history