Updated 00. Dev machine requirements (markdown)

Cesar De la Torre 2017-03-14 09:52:50 -07:00
parent 56175a62d2
commit 1797ce2e59

@ -1,10 +1,10 @@
# Windows dev machine
## Recommended Hardware requirements:
- 16Gb of memory RAM - Since you need Hyper-V for Docker for Windows in order to run 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 - Since you need Hyper-V for Docker for Windows in order to run the Linux Docker Host and we're also running a SQL Server container and a Redis container, 8Gb of RAM might be too tight.
## Software requirements for Windows are:
- Docker for Windows (From Docker) - Requires Windows 10 Pro 64 bits
- Docker for Windows (From Docker) - Requires Windows 10 Pro 64 bits and Hyper-V enabled.
- .NET Core 1.1 SDK
- (Optional) VS 2017 Much better for debugging multi-containers apps
@ -19,7 +19,7 @@ Supported Operating Systems Visual Studio 2017 will install and run on the follo
However, the requirements for “Docker for Windows” are more restrictive:
https://docs.docker.com/docker-for-windows/install/#download-docker-for-windows
• Docker for Windows requires 64bit Windows 10 Pro, Enterprise and Education (1511 November update, Build 10586 or later) and Microsoft Hyper-V. Please see What to know before you install for a full list of prerequisites.
• Docker for Windows requires 64bit Windows 10 Pro, Enterprise and Education (1511 November update, Build 10586 or later) and Microsoft **Hyper-V**.
# Mac dev machine