mirror of https://github.com/docker/cli.git
Adding missing title in builder.md
addresses https://github.com/docker/docker.github.io/issues/9691
Signed-off-by: hsam <hfsam88@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 7557c138d7
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
365bae4f89
commit
2676c603fb
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: Dockerfile reference
|
||||
description: "Dockerfiles use a simple DSL which allows you to automate the steps you would normally manually take to create an image."
|
||||
keywords: "builder, docker, Dockerfile, automation, image creation"
|
||||
redirect_from:
|
||||
|
@ -14,7 +15,6 @@ redirect_from:
|
|||
will be rejected.
|
||||
-->
|
||||
|
||||
# Dockerfile reference
|
||||
|
||||
Docker can build images automatically by reading the instructions from a
|
||||
`Dockerfile`. A `Dockerfile` is a text document that contains all the commands a
|
||||
|
|
Loading…
Reference in New Issue