From 1797ce2e59eaeb68b8f28e5e2b52a187ef138281 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 14 Mar 2017 09:52:50 -0700 Subject: [PATCH] Updated 00. Dev machine requirements (markdown) --- 00.-Dev-machine-requirements.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/00.-Dev-machine-requirements.md b/00.-Dev-machine-requirements.md index 40a90a8..72b2b84 100644 --- a/00.-Dev-machine-requirements.md +++ b/00.-Dev-machine-requirements.md @@ -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