Kaynağa Gözat

Merge pull request #8622 from Coaxial/patch-1

Update dockerimages.md
James Turnbull 10 yıl önce
ebeveyn
işleme
528c15afed
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/sources/userguide/dockerimages.md

+ 1 - 1
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
 step-by-step. We can see that each step creates a new container, runs
 the instruction inside that container and then commits that change -
 the instruction inside that container and then commits that change -
 just like the `docker commit` work flow we saw earlier. When all the
 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
 (also helpfully tagged as `ouruser/sinatra:v2`) and all intermediate
 containers will get removed to clean things up.
 containers will get removed to clean things up.