Browse code

Carrying 11409 for a client

Signed-off-by: Mary Anthony <mary@docker.com>

Mary Anthony authored on 2015/04/08 05:20:17
Showing 1 changed files
... ...
@@ -69,8 +69,8 @@ A Dockerfile is similar to a Makefile.
69 69
   multiple images. Make a note of the last image ID output by the commit before
70 70
   each new **FROM** command.
71 71
 
72
-  -- If no tag is given to the **FROM** instruction, latest is assumed. If the
73
-  used tag does not exist, an error is returned.
72
+  -- If no tag is given to the **FROM** instruction, Docker applies the 
73
+  `latest` tag. If the used tag does not exist, an error is returned.
74 74
 
75 75
 **MAINTAINER**
76 76
   -- **MAINTAINER** sets the Author field for the generated images.