From 607634b02b2247a37326b46cf490adef12206f14 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Sun, 19 Feb 2017 19:39:24 -0800 Subject: [PATCH] Updated 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, 3 insertions(+), 1 deletion(-) diff --git a/Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md index fd9e641..3fdca27 100644 --- a/Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md +++ b/Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md @@ -1 +1,3 @@ -tbd \ No newline at end of file +This environment means that you want to build/run by using the CLI (Command line interface plus PowerShell scripts and "docker-compose up/build" CLI). + +Because in this environment you need to build the .NET projects from the dotnet CLI plus being able to build the docker images with docker-compose build, there are some SDKs that need to be available from the command line and you need to install them or configute them so commands are available from the cmd context. \ No newline at end of file