From 7557c138d70a0bba083a1086064f6206415b6dcb Mon Sep 17 00:00:00 2001 From: Hector S Date: Mon, 30 Mar 2020 17:45:40 +0200 Subject: [PATCH] Adding missing title in builder.md addresses https://github.com/docker/docker.github.io/issues/9691 Signed-off-by: hsam Signed-off-by: Sebastiaan van Stijn --- docs/reference/builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/builder.md b/docs/reference/builder.md index 656f90f228..5f3a9578ef 100644 --- a/docs/reference/builder.md +++ b/docs/reference/builder.md @@ -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