mirror of https://github.com/docker/docs.git
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:
parent
f8d01e0f3a
commit
9a4986465a
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue