From 5a9a1ae87e1a9ad8c406be344108364c3a04d1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Tom=C3=A0s?= Date: Fri, 11 Aug 2017 09:25:20 +0200 Subject: [PATCH] Updated 02. Setting eShopOnContainers in a Visual Studio 2017 environment (markdown) --- ...opOnContainers-in-a-Visual-Studio-2017-environment.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md index d03544c..f2d6498 100644 --- a/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md @@ -36,8 +36,8 @@ Software installation requirements for a Windows dev machine with Visual Studio ### Installing and configuring Docker in your development machine -#### Install Docker for Windows -Install Docker for Windows (The Stable channel should suffice) from this page: https://docs.docker.com/docker-for-windows/install/ +#### Install Docker CE for Windows +Install Docker CE for Windows (The Stable channel should suffice) from this page: https://docs.docker.com/docker-for-windows/install/ About further info on Docker for windows, check this additional page https://docs.docker.com/docker-for-windows/ @@ -72,7 +72,6 @@ https://blogs.msdn.microsoft.com/stevelasker/2016/06/14/configuring-docker-for-w - Basically, you need to open the ports 5100 to 5110 that are used by the solution by creating an IN-BOUND RULE in your firewall, as shown in the screenshot below (for Windows). - ### Installing and configuring Visual Studio 2017 in your development machine #### Install Visual Studio 2017 @@ -108,7 +107,9 @@ https://github.com/dotnet-architecture/eShopOnContainers/issues/224#issuecomment By default, clone the DEV branch which is currently the by default branch to accept Pull Requests, etc. Like here: -` git clone https://github.com/dotnet-architecture/eShopOnContainers.git` +`git clone https://github.com/dotnet-architecture/eShopOnContainers.git` + +**Note:** Remember that the active development is done in `dev` branch. To test the latest code, use this branch instead of `master`. ### Open eShopOnContainers solution, Build, Run