diff --git a/docker-cloud/builds/advanced.md b/docker-cloud/builds/advanced.md index 835bdc2e12..8d60beda24 100644 --- a/docker-cloud/builds/advanced.md +++ b/docker-cloud/builds/advanced.md @@ -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.