aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-10-x86_64/95-docker.ps1
blob: df735855ea91cadd883c1e0693172a8371682c56 (plain)
1
2
3
4
5
6
# Disable Hyper-V from Windows 10 Pro/Enterprise
# Because VirtualBox is a type 2 hypervisor, it can't run if Hyper-V virtual machines are in use.
# Otherwise, docker-machine will complain about "VT-x is not available (VERR_VMX_NO_VMX)".
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All -NoRestart

. "$PSScriptRoot\..\common\windows\docker.ps1"