Included WSL2 related information.

Sumit Ghosh 2020-08-07 18:19:40 +05:30
parent c6e356fe7e
commit 5459211821
2 changed files with 3 additions and 1 deletions

@ -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

@ -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.