Selaa lähdekoodia

Merge pull request #12154 from moxiegirl/carry-pr-11409

Carrying 11409 for a contributor
moxiegirl 10 vuotta sitten
vanhempi
commit
8b71930570
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      docs/man/Dockerfile.5.md

+ 2 - 2
docs/man/Dockerfile.5.md

@@ -69,8 +69,8 @@ A Dockerfile is similar to a Makefile.
   multiple images. Make a note of the last image ID output by the commit before
   each new **FROM** command.
 
-  -- If no tag is given to the **FROM** instruction, latest is assumed. If the
-  used tag does not exist, an error is returned.
+  -- If no tag is given to the **FROM** instruction, Docker applies the 
+  `latest` tag. If the used tag does not exist, an error is returned.
 
 **MAINTAINER**
   -- **MAINTAINER** sets the Author field for the generated images.