Skip to content

Commit 432ef33

Browse files
dweillerdom
authored and
dom
committed
doc: fix typo in Containerfile.5.md
A missing leading '*' in '*FROM**' caused FROM to be rendered as italic rather than bold in markdown/html and as '*FROM**' (i.e. no styling) in the man page. Signed-off-by: Dominic <[email protected]>
1 parent f1530b4 commit 432ef33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Containerfile.5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ A Containerfile is similar to a Makefile.
6161
`FROM image@digest [AS <name>]`
6262

6363
-- The **FROM** instruction sets the base image for subsequent instructions. A
64-
valid Containerfile must have either **ARG** or *FROM** as its first instruction.
64+
valid Containerfile must have either **ARG** or **FROM** as its first instruction.
6565
If **FROM** is not the first instruction in the file, it may only be preceded by
6666
one or more ARG instructions, which declare arguments that are used in the next FROM line in the Containerfile.
6767
The image can be any valid image. It is easy to start by pulling an image from the public

0 commit comments

Comments
 (0)