From f9a2df437ed8c3b592ce6bc1c1258a2fe6bd1bf9 Mon Sep 17 00:00:00 2001 From: Siraj Samsudeen <11910293+siraj-samsudeen@users.noreply.github.com> Date: Thu, 8 Dec 2022 11:39:37 +0530 Subject: [PATCH] updated link to Docker Manual with screenshots --- development/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/development/README.md b/development/README.md index fd4e13a6..1ee63e6a 100644 --- a/development/README.md +++ b/development/README.md @@ -11,7 +11,12 @@ In order to start developing you need to satisfy the following prerequisites: It is recommended you allocate at least 4GB of RAM to docker: - [Instructions for Windows](https://docs.docker.com/docker-for-windows/#resources) -- [Instructions for macOS](https://docs.docker.com/docker-for-mac/#resources) +- [Instructions for macOS](https://docs.docker.com/desktop/settings/mac/#advanced) + +Here is a screenshot showing the relevant setting in the Help Manual +![image](https://user-images.githubusercontent.com/11910293/206360646-8d7c0d31-7b0f-4a15-afc8-c586e9eaeba2.png) +Here is a screenshot showing the settings in Docker Desktop on Mac +![image](https://user-images.githubusercontent.com/11910293/206360688-dc0fe0d7-5bdb-47c6-a159-49f2d31d5ac9.png) ## Bootstrap Containers for development