From 54592118217d67a17a1919eefd37624d8db21fb5 Mon Sep 17 00:00:00 2001 From: Sumit Ghosh <13281246+sughosneo@users.noreply.github.com> Date: Fri, 7 Aug 2020 18:19:40 +0530 Subject: [PATCH] Included WSL2 related information. --- Deploy-to-Local-Kubernetes.md | 2 +- Windows-setup.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Deploy-to-Local-Kubernetes.md b/Deploy-to-Local-Kubernetes.md index e0be249..d141626 100644 --- a/Deploy-to-Local-Kubernetes.md +++ b/Deploy-to-Local-Kubernetes.md @@ -67,7 +67,7 @@ If you also enable the "Show system containers" checkbox, you can see Kubernetes Your Docker Desktop Kubernetes installation already contains [kubectl](https://kubernetes.io/docs/reference/kubectl/overview/), which is the CLI to run Kubernetes commands and you'll need for the rest of steps here. -**IMPORTANT:** You'll also have to increase the memory allocated to Docker to at least **6.25 GB**, because you'll have 70+ containers running after deploying eShopOnContainers. +>**IMPORTANT:** You'll also have to increase the memory allocated to Docker to at least **6.25 GB**, because you'll have 70+ containers running after deploying eShopOnContainers. But for Windows operating system, if you are using *Docker Desktop WSL 2 backend* then you don't need to do any manual configuration. It automatically uses the required CPU and memory resources while building and running containers. For more details refer : [Docker Desktop WSL 2 backend](https://docs.docker.com/docker-for-windows/wsl/) ## Install Helm diff --git a/Windows-setup.md b/Windows-setup.md index 039d398..60dfb6c 100644 --- a/Windows-setup.md +++ b/Windows-setup.md @@ -51,6 +51,8 @@ This amount of memory is the recommended minimum to run the app, and that's why ![](images/Docker-setup/eshoponcontainers-docker-configuration-memory-cpu-latest.png) +>**IMPORTANT:** If you are using *Docker Desktop WSL 2 backend* then you don't need to do any manual configuration mentioned in the above step. It automatically uses the required CPU and memory resources while building and running containers. For more details refer : [Docker Desktop WSL 2 backend](https://docs.docker.com/docker-for-windows/wsl/) + ### Shared drives This step is optional but recommended, as Docker sometimes needs to access the shared drives when building, depending on the build actions.