diff --git a/System-requirements.md b/System-requirements.md index 3986bed..508af4b 100644 --- a/System-requirements.md +++ b/System-requirements.md @@ -2,21 +2,13 @@ ### Recommended Hardware requirements for Windows -- 16Gb of memory RAM - Since Hyper-V is needed for Docker Community Edition (a.k.a. Docker Desktop for Windows/Mac) in order to run the Linux Docker Host and and an SQL Server container and Redis container are also running. An 8Gb RAM machine might be too tight. - -To run Hyper-V you also need: - -- Windows 10 Pro, Education or Enterprise. -- 64-bit Processor with Second Level Address Translation (SLAT). -- CPU support for VM Monitor Mode Extension (VT-c on Intel CPU's). -- Virtualization must enabled in BIOS. Typically, virtualization is enabled by default. - - This is different from having Hyper-V enabled. +- 16Gb of memory RAM - to run multiple docker containers, 8Gb RAM machine might be too tight. ### Software requirements for Windows -- Docker Desktop Community Edition (aka. Docker for Windows) - Requires Windows 10 Pro 64 bits and Hyper-V enabled. -- Latest **.NET Core 3.1 SDK** from: https://www.microsoft.com/net/download -- (Optional) Visual Studio 2017 **15.8** or later (Visual Studio 2019 recommended) – Much better for debugging multi-containers apps +- Docker Desktop on Windows - with [System Requirements](https://docs.docker.com/docker-for-mac/install/#system-requirements). +- Latest **.NET 5 SDK** from: https://www.microsoft.com/net/download +- (Optional) Visual Studio 2019 **16.8** or later – Much better for debugging multi-containers apps. - (Optional) Visual Studio Code. If your system is OK with the Docker requirements above, you'll be fine for VS too. @@ -31,13 +23,13 @@ If your system is OK with the Docker requirements above, you'll be fine for VS t ### Recommended Hardware requirements for Mac -- 16Gb of memory RAM - Since you run a VM in the Mac with the Linux Docker host and we're also running a SQL Server container and a Redis container, 8Gb of RAM might not be enough. +- 16Gb of memory RAM - to run multiple docker containers, 8Gb of RAM might not be enough. - Processor with support for MMU virtualization. ### Software requirements for Mac -- Docker Desktop Community Edition (a.k.a. Docker for Mac) - Requires OS X El Capitan 10.11 or newer macOS. -- Latest **.NET Core 3.1 SDK** from: https://www.microsoft.com/net/download +- Docker Desktop on Mac - with [System Requirements](https://docs.docker.com/docker-for-mac/install/#system-requirements) +- Latest **.NET 5 SDK** from: https://www.microsoft.com/net/download - (Optional) Visual Studio for Mac. - (Optional) Visual Studio Code. @@ -45,4 +37,4 @@ If your system is OK with the Docker requirements above, you'll be fine for VS t - Begin by installing Docker Desktop for Mac following the instructions in . -- Continue to the [Mac setup wiki page](Mac-setup). +- Continue to the [Mac setup wiki page](Mac-setup). \ No newline at end of file