From 4e8f69bfe06897054611ee3c7fb41e5babce2224 Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 16 Oct 2014 22:16:29 -0400 Subject: [PATCH] Update dockerimages.md The container ID in the text didn't match the container ID from the figure above it. --- docs/sources/userguide/dockerimages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/dockerimages.md b/docs/sources/userguide/dockerimages.md index a0a30408c6..382eef2410 100644 --- a/docs/sources/userguide/dockerimages.md +++ b/docs/sources/userguide/dockerimages.md @@ -457,7 +457,7 @@ Next we can see each instruction in the `Dockerfile` being executed step-by-step. We can see that each step creates a new container, runs the instruction inside that container and then commits that change - just like the `docker commit` work flow we saw earlier. When all the -instructions have executed we're left with the `324104cde6ad` image +instructions have executed we're left with the `97feabe5d2ed` image (also helpfully tagged as `ouruser/sinatra:v2`) and all intermediate containers will get removed to clean things up.