From 90cad9594202ddf855ce1a1811d525bc8ff4db0f Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 2 Jan 2018 17:24:28 -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, 2 insertions(+), 2 deletions(-) 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 74ba20c..417691b 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 @@ -163,10 +163,10 @@ Finally, you can see how the scripts waits after deploying all the containers: - You can also check out with Docker CLI the images generated by typing in the PowerShell console the command: `docker images` - +![image](https://user-images.githubusercontent.com/1712635/34506448-9f08318a-efe1-11e7-8567-a15e307bb991.png) Those Docker images are the ones you have available in your local image repository in your machine. -You might have additional images, but at least, you should see the following list of images which are 6 custom images starting with the prefix "eshop" which is the name of the image repo. The rest of the images that are not starting with "eshop" will probably be official base-images like the microsoft/aspnetcore or the SQL Server for Linux images. +You might have additional images, but at least, you should see the the custom images starting with the prefix "eshop" which is the name of the image repo. The rest of the images that are not starting with "eshop" will probably be official base-images like the microsoft/aspnetcore or the SQL Server for Linux images, etc. ### Test the MVC Web app