From 7b84ececcf42556175a48ffbb7afa56bc8c609a3 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 2 Jan 2018 18:05:31 -0800 Subject: [PATCH] Updated 03. Setting the eShopOnContainers solution up in a Windows CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown) --- ...ws-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md index d89ca89..5615cc8 100644 --- a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md +++ b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md @@ -33,7 +33,7 @@ Since December 2017, Visual Studio 2017 15.5 and eShopOnContainers support [Dock 1. A Git client. The [git-scm site](https://git-scm.com/download/gui/mac) maintains a great list of clients. 1. (OPTIONAL) [Node.js](http://nodejs.org). The stable channel is fine as well. 1. (OPTIONAL) Bower (/> npm install -g bower) needed for the MVC web app. -1. (OPTIONAL) [.NET Core and SDK](http://dot.net). Install the SDK and runtime. +1. [.NET Core and SDK](http://dot.net). Install the SDK and runtime. 1. Any code editor, like [Visual Studio Code](https://code.visualstudio.com/) *IMPORTANT NOTE:* When building with Docker Multi-stage you don't really need to have installed Node, NPM, Bower or not even .NET Core SDK in your local Windows machine, as the build image used by Docker Multi-stage has all the needed SDKs to compile the projects. However, we recommend to have it installed on Windows so you can do further development and testing. @@ -59,7 +59,7 @@ Once Docker for Windows is installed in your machine, enter into its Settings an -### Share drives in Docker settings (OPTIONAL) +### Share drives in Docker settings This step is optional but recommended, as Docker sometimes needs to access the shared drives when building, depending on the actions. With the by default eShopOnContainers build process you don't need it, but if you were running a CI build container or Visual Studio, you might need it. The drive you'll need to share depends on where you place your source code.