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 339ee0d..ea06d24 100644 --- a/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md @@ -9,7 +9,7 @@ Main steps: - Git clone https://github.com/dotnet-architecture/eShopOnContainers.git - Open solution eShopOnContainers-ServicesAndWebApps.sln with Visual Studio 2017 - Set the VS startup project to the "docker-compose" project -- Hit F5! +- Hit F5! (Or Ctrl+F5 for a faster start up) ``` NOTE: In order for the authentication based on the STS (Security Token Service) to properly work and have access from remote client apps like the Xamarin mobile app, you also need to open the ports in your firewall as specified in the procedure below. For further instructions, especially if this is the first time you are going to try .NET Core on Docker, see the detailed instructions below. Also **you'll need it the first time in order to make the SPA (Single Page Application) work (npm install, etc.)**