From b54b81e147fe4ee59f78c29bedf2a35cbbdbd457 Mon Sep 17 00:00:00 2001 From: Vaibhav Ariyur Date: Thu, 26 Aug 2021 18:03:53 -0400 Subject: [PATCH] Update docker.md Added installation instructions for Docker on Windows. --- docs/en/installation/docker.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/en/installation/docker.md b/docs/en/installation/docker.md index b7b98e56e..0a0806ba7 100644 --- a/docs/en/installation/docker.md +++ b/docs/en/installation/docker.md @@ -44,8 +44,17 @@ sudo chmod +x /usr/local/bin/docker-compose ### Windows -Pending to be completed... Contributions Welcome! +https://www.docker.com/get-started --> select Download for Windows with default options checked, and run. Should take ~5 minutes. +If you encounter the "WSL 2 installation incomplete" error: + +1) Start PowerShell as Administrator +2) run `dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart` +3) run `dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart` +4) install [WSL2 Linux kernel update package for x64 machines](https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi) +5) run `wsl --set-default-version 2` +6) Restart your PC +7) The Docker Enginer will start up. Give it a few minutes. You now have the option of using the docker desktop app (GUI) and `docker` PowerShell/Bash commands ## Installation Clone the repo on your computer and enter the folder: