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

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

Carrying 11409 for a contributor
This commit is contained in:
moxiegirl 2015-04-07 15:00:26 -07:00
commit 8b71930570

View file

@ -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 multiple images. Make a note of the last image ID output by the commit before
each new **FROM** command. each new **FROM** command.
-- If no tag is given to the **FROM** instruction, latest is assumed. If the -- If no tag is given to the **FROM** instruction, Docker applies the
used tag does not exist, an error is returned. `latest` tag. If the used tag does not exist, an error is returned.
**MAINTAINER** **MAINTAINER**
-- **MAINTAINER** sets the Author field for the generated images. -- **MAINTAINER** sets the Author field for the generated images.