From 217137869a6556dae4de07013fb443652e87e943 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 2 Jan 2018 18:12:43 -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, 3 insertions(+), 1 deletion(-) 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 5615cc8..22a9d4c 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 @@ -60,7 +60,9 @@ Once Docker for Windows is installed in your machine, enter into its Settings an ### 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. +This step is optional but recommended, as Docker sometimes needs to access the shared drives when building, depending on the build actions. +With the by default eShopOnContainers build process in the CLI, you don't need it. +But if you were to use Visual Studio or to run a CI build container, it is mandatory to share the drive where your code resides. The drive you'll need to share depends on where you place your source code.