1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update dockerimages.md

The container ID in the text didn't match the container ID from the figure above it.
This commit is contained in:
Pierre 2014-10-16 22:16:29 -04:00
parent 6ce4f82ebe
commit 4e8f69bfe0

View file

@ -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.