This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
System requirements
Sumit Ghosh edited this page Nov 15, 2021
·
5 revisions
- 16Gb of memory RAM - to run multiple docker containers, 8Gb RAM machine might be too tight.
- Docker Desktop on Windows - with System Requirements.
- Latest .NET 6 SDK from: https://www.microsoft.com/net/download
- (Optional) Visual Studio 2022 17.0 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.
-
Begin by installing Docker Desktop for Windows following the instructions in https://docs.docker.com/docker-for-windows/install/.
-
Continue to the Windows setup wiki page.
- 16Gb of memory RAM - to run multiple docker containers, 8Gb of RAM might not be enough.
- Processor with support for MMU virtualization.
- Docker Desktop on Mac - with System Requirements
- Latest .NET 6 SDK from: https://www.microsoft.com/net/download
- (Optional) Visual Studio for Mac.
- (Optional) Visual Studio Code.
-
Begin by installing Docker Desktop for Mac following the instructions in https://docs.docker.com/docker-for-mac/install/.
-
Continue to the Mac setup wiki page.
- System requirements
- Development setup
- Databases & containers
- Architecture
- Application
- Code
- Logging and Monitoring
- Tests