From b1f537588e02335a6aa8f54814265cc572c2f2e1 Mon Sep 17 00:00:00 2001 From: Tarun Jain Date: Fri, 18 Feb 2022 19:39:04 +0530 Subject: [PATCH] Commit to update image in windows-setup.md. --- Windows-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows-setup.md b/Windows-setup.md index a21b0b0..927e41f 100644 --- a/Windows-setup.md +++ b/Windows-setup.md @@ -199,7 +199,7 @@ VS runs some docker related tasks when opening a project with Docker support, to Below you can see the full **eShopOnContainers-ServicesAndWebApps.sln** solution (server side) opened in Visual Studio 2022: -![](images/Windows-setup/vs-2017-eshoponcontainers-servicesandwebapps-solution.png) +![](images/Windows-setup/vs-2022-eshoponcontainers-servicesandwebapps-solution.png) Note how VS 2022 loads the `docker-compose.yml` files in a special node-tree so it uses that configuration to deploy/debug all the containers configured, at the same time into your Docker host.