diff --git a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md index 6494fdf..e4a182a 100644 --- a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md @@ -1,5 +1,10 @@ ## Setting eShopOnContainers up in a Visual Studio 2017 development machine +### GitHub branch to use +As of February 20th, the branch to use with VS 2017 (.CSPROJ support) is the branch: vs2017 : +https://github.com/dotnet/eShopOnContainers/tree/vs2017 + +### Software requirements Software installation requirements for a Windows dev machine with Visual Studio 2017 and Docker for Windows: - Docker for Windows with the concrete configuration specified below. - Visual Studio 2017 (Latest version) with the workloads specified below. 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 7a0ba54..d26d99f 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 @@ -1,5 +1,11 @@ ## Setting eShopOnContainers up in a CLI and Windows based development machine +### GitHub branch to use +As of February 20th, the branch to use with .NET Core CLI and Docker CLI with .CSPROJ projects support is the branch: vs2017 : +https://github.com/dotnet/eShopOnContainers/tree/vs2017 +(It is the same code than used with VS 2017) + +### Software requirements Software installation requirements for a Windows dev machine with CLI SDKs, Docker for Windows and Visual Studio Code or any other editor. WINDOWS DEV MACHINE @@ -109,7 +115,7 @@ These steps are easily performed by running a convenient script already created -### Buil Images and Deploy containers into your Docker host +### Build Images and Deploy containers into your Docker host You can build the Docker images and deploy the containers to a regularDocker host by using the Docker CLI tool `docker-compose up` which is very convenient for multi-container applications as it can build all the Docker images for you and then spin-up all the multiple containers of your application, all with a single command. If you don't want to deploy the containers but only build the images, you can do so by running `docker-compose build` These are the steps: