1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

grammar; nothing big

Docker-DCO-1.1-Signed-off-by: Zac Dover <zdover@redhat.com> (github: zdover23)

Added another "The"

Docker-DCO-1.1-Signed-off-by: Zac Dover <zdover@redhat.com> (github: zdover23)
This commit is contained in:
Zac Dover 2014-06-03 15:26:14 +10:00
parent 3fb0870878
commit 3a77a73a85

View file

@ -6,12 +6,12 @@
Dockerfile - automate the steps of creating a Docker image Dockerfile - automate the steps of creating a Docker image
# INTRODUCTION # INTRODUCTION
**Dockerfile** is a configuration file that automates the steps of creating a The **Dockerfile** is a configuration file that automates the steps of creating
Docker image. It is similar to a Makefile. Docker reads instructions from a Docker image. It is similar to a Makefile. Docker reads instructions from the
**Dockerfile** to automate the steps otherwise performed manually to create **Dockerfile** to automate the steps otherwise performed manually to create an
an image. To build an image, create a file called **Dockerfile**. The image. To build an image, create a file called **Dockerfile**. The
**Dockerfile** describes the steps taken to assemble the image. When the **Dockerfile** describes the steps taken to assemble the image. When the
**Dockerfile** has been created, call the **docker build** command, using the **Dockerfile** has been created, call the **docker build** command, using the
path of directory that contains **Dockerfile** as the argument. path of directory that contains **Dockerfile** as the argument.
# SYNOPSIS # SYNOPSIS