Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Don't allow use to chose Docker Toolbox if Hyper-V is installed #4268

Merged
merged 3 commits into from
Jun 6, 2019

Commits on Jun 3, 2019

  1. Don't allow use to chose Docker Toolbox if Hyper-V is installed

    The installer doesn't support downgrading from Hyper-V to Docker Toolbox
    Therefore user should not be presented the dialog window prompting to
    select the preferred hypervisor if Hyper-V is already installed.
    Wiezzel committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    dc1e2c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

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

Commits on Jun 5, 2019

  1. Changed installation condition for DockerForWin

    The old condition didn't use `HYPER_V_INSTALLED` variable so it would
    not install Docker binaries if Hyper-V had been already installed on
    user's machine.
    Wiezzel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    6560a6e View commit details
    Browse the repository at this point in the history