Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 26605e5

Browse files
qckzrthaJeztah
authored andcommitted
Adding missing title in builder.md
addresses docker/docs#9691 Signed-off-by: hsam <hfsam88@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 7557c138d70a0bba083a1086064f6206415b6dcb) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 2676c603fb63a35a02b13629d6ddd53c41ce94fc Component: cli
1 parent 838d67c commit 26605e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/cli/docs/reference/builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Dockerfile reference
23
description: "Dockerfiles use a simple DSL which allows you to automate the steps you would normally manually take to create an image."
34
keywords: "builder, docker, Dockerfile, automation, image creation"
45
redirect_from:
@@ -14,7 +15,6 @@ redirect_from:
1415
will be rejected.
1516
-->
1617

17-
# Dockerfile reference
1818

1919
Docker can build images automatically by reading the instructions from a
2020
`Dockerfile`. A `Dockerfile` is a text document that contains all the commands a

0 commit comments

Comments
 (0)