/docker-for-windows10home

🐱‍💻💬 | Quick instructions to get Docker working on Windows 10 Home!

Primary LanguageBatchfile

Docker for Windows 10 Home

Installation instructions to install Docker for Windows on Windows 10 Home. Instructions found at https://forums.docker.com/t/installing-docker-on-windows-10-home/11722/29

  • Run install_hyperv_packages.bat
  • Do not restart.
  • Run install_containers_packages.bat
  • Restart.
  • Run os-change.reg

  • Run https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe

Or if you are coming from these instructions,

  • Chocolatey Alternative : (powershell as admin)
choco install docker-for-windows -y

  • Run os-restore.reg
  • Restart.

Optionally, to enable Hyper-V:

  • Run Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All