Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 624 Bytes

docker-desktop.md

File metadata and controls

14 lines (10 loc) · 624 Bytes

Docker Desktop for Windows

Windows 8, 10, 11

Start off by running:

Enable-WindowsOptionalFeature -Online -FeatureName Containers –All -NoRestart
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All -NoRestart
shutdown /r /t 1

After the system has restarted, install Docker Desktop from Docker.com: Docker Desktop for Windows. After installation, right-click the Docker Desktop menu in your task bar tray. Select Switch to Windows containers to use Windows containers as the default.