Updated 03. Setting the eShopOnContainers solution up in a Windows CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)

Cesar De la Torre 2018-01-02 17:51:19 -08:00
parent 60eaf2d1d2
commit d7eb4dea3f

@ -31,9 +31,9 @@ Since December 2017, Visual Studio 2017 15.5 and eShopOnContainers support [Dock
1. [Docker for Windows](https://docs.docker.com/docker-for-windows/install/). Important, follow the concrete configuration specified in the steps below.
1. A Git client. The [git-scm site](https://git-scm.com/download/gui/mac) maintains a great list of clients.
1. [Node.js](http://nodejs.org). The stable channel is fine as well.
1. Bower (/> npm install -g bower) needed for the MVC web app.
1. [.NET Core and SDK](http://dot.net). Install the SDK and runtime.
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. 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.