From 05e91a7b819d1648da0d3703ee3596150c8a0226 Mon Sep 17 00:00:00 2001
From: Cesar De la Torre <cesardl@microsoft.com>
Date: Wed, 3 Jan 2018 10:35:11 -0800
Subject: [PATCH] Updated 04. Setting eShopOnContainer solution up in a Mac, VS
 for Mac or with CLI environment  (dotnet CLI, Docker CLI and VS Code)
 (markdown)

---
 ...ith-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md
index 9e899a3..c14869e 100644
--- a/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md
+++ b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md
@@ -133,7 +133,7 @@ It should take a few minutes to compile all the .NET Core projects plus the SPA
 
 `docker images`
 
-![image](https://user-images.githubusercontent.com/1712635/34507282-5f1cedb0-efe9-11e7-8f13-a531139bcbad.png)
+![image](https://user-images.githubusercontent.com/1712635/34534070-ab66870c-f071-11e7-97ab-00e0002881e5.png)
 
 Those Docker images you see 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 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.