Install Docker in process isolation mode on Windows
- Requires Docker Desktop for Windows
- Requires Hyper-V
- Does not work if another hypervisor (e.g. VMWare) is active
- High overhead
- No companion app
- Uses Process Isolation as opposed to a VM (just like Linux)
- Works with another hypervisor
- Low overhead
This script will install the latter engine
Tested on Windows 10 Pro 1909
. Should work on any Windows build >1809
WARNING
⚠️ : You are executing an online script with full administrator rights. Make sure you know what you are doing.
In an elevated (Administrator) PowerShell window, run:
Invoke-Expression $((Invoke-WebRequest "https://raw.githubusercontent.com/ViRb3/docker-windows-process-isolation/master/Install-Docker-Process-Isolation-Mode.ps1").Content)
Based on this awesome article