Skip to content

Commit

Permalink
docs: some more pre-requisite for docker desktop (#11100)
Browse files Browse the repository at this point in the history
After debugging install on Mac
  • Loading branch information
alexgarel authored Dec 10, 2024
1 parent 91881f8 commit 59bb204
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/dev/how-to-quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,21 @@ The process of cloning the repository will create a number of symbolic links whi
Make sure you also activated the [Developer mode](https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development) on your device.


### Windows Subsystem for Linux (WSL) Prequisites
### Windows Subsystem for Linux (WSL) Prerequisites

Ensure that you have WSL installed on your Windows machine. For instructions on how to do so, you can follow [Microsoft's guide to install WSL](https://learn.microsoft.com/en-us/windows/wsl/install).

After succcessfully installing WSL, you need to set up your Linux distribution and install Docker on it:
- Go to the Microsoft Store and install [Ubuntu](https://www.microsoft.com/store/productId/9PDXGNCFSCZV?ocid=pdpshare) as your Linux distribution
- Open Ubuntu and execute the commands/instructions specified in [Installing Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/) (**NOTE: this is NOT the same thing as Docker for Desktop)
- Restart your computer to ensure all changes take effect and WSL can properly integrate with Docker
- Restart your computer to ensure all changes take effect and WSL can properly integrate with Docker

### Docker Desktop Prerequisite

If you use Docker Desktop:

- ensure you allow enough memory for your VMs (at least 4G)
- ensure you Enabled host networking (in Resources / Network)


## 2. Fork and clone the repository from GitHub
Expand Down

0 comments on commit 59bb204

Please sign in to comment.