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 18:12:43 -08:00
parent 7b84ececcf
commit 217137869a

@ -60,7 +60,9 @@ Once Docker for Windows is installed in your machine, enter into its Settings an
<img src="img/docker_settings.png">
### 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.