From 858a5a3e06b3cee9e498dd5b74bd2857392f9a31 Mon Sep 17 00:00:00 2001 From: CESARDELATORRE Date: Thu, 5 Jan 2017 12:00:25 -0800 Subject: [PATCH] Global README updated --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 946b8e568..3a2a756d4 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,9 @@ In the global directory you will find the scripts needed to build, deploy and ru ### Compile the .NET apps and Build the Docker images - Open a PowerShell window in Windows, move to the root folder of your solution and run the build-images.ps1 script file like in the following screenshot. + +IMPORTANT: This script deletes all the Docker images in your dev machine before creating the new images, so it is starting from a clean state. If you don't want your local images in your PC to be deleted, edit and change the build-images.ps1 script file before you run it. + - This Power-Shell script that you will find in the root directory of the solution is responsible for building the .NET applications, copy the binaries in a pub folder and use Docker CLI commands to build the custom Docker images needed to run the containers. You can see how to run that PowerShell script in the screenshot below: