Linked `docker build` in a Caution note (#3165)

Added an additional link to the `docker build` command topics per user feedback
This commit is contained in:
Victoria Bialas 2017-05-04 10:42:17 -07:00 committed by GitHub
parent f8d01e0f3a
commit 9a4986465a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ In the following example, we define a build hook that uses `docker build` argume
docker build --build-arg CUSTOM=$VAR -t $IMAGE_NAME
```
> **Caution**: A `hooks/build` file overrides the basic `docker build` command
> **Caution**: A `hooks/build` file overrides the basic [docker build](/engine/reference/commandline/build.md) command
used by the builder, so you must include a similar build command in the hook or
the automated build will fail.