mirror of https://github.com/docker/cli.git
Merge pull request #2410 from qckzr/patch-1
Adding missing title in builder.md
This commit is contained in:
commit
6e98ebc89a
|
@ -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."
|
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"
|
keywords: "builder, docker, Dockerfile, automation, image creation"
|
||||||
redirect_from:
|
redirect_from:
|
||||||
|
@ -14,7 +15,6 @@ redirect_from:
|
||||||
will be rejected.
|
will be rejected.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Dockerfile reference
|
|
||||||
|
|
||||||
Docker can build images automatically by reading the instructions from a
|
Docker can build images automatically by reading the instructions from a
|
||||||
`Dockerfile`. A `Dockerfile` is a text document that contains all the commands a
|
`Dockerfile`. A `Dockerfile` is a text document that contains all the commands a
|
||||||
|
|
Loading…
Reference in New Issue