From 773ff41ddd1ce8fa4b63241e385de3d3643cd2aa Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Mon, 18 Mar 2019 12:00:47 -0700 Subject: [PATCH] Link to ARG and FROM interaction section --- compose/compose-file/compose-file-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose-file/compose-file-v2.md b/compose/compose-file/compose-file-v2.md index 61438dea21..fbd903d624 100644 --- a/compose/compose-file/compose-file-v2.md +++ b/compose/compose-file/compose-file-v2.md @@ -198,8 +198,8 @@ or a list: - gitcommithash=cdc3b19 > **Note**: In your Dockerfile, if you specify `ARG` before the `FROM` instruction, -> `ARG` is not available in the build instructions under `FROM`. > If you need an argument to be available in both places, also specify it under the `FROM` instruction. +> See [Understand how ARGS and FROM interact](/engine/reference/builder/#understand-how-arg-and-from-interact) for usage details. You can omit the value when specifying a build argument, in which case its value at build time is the value in the environment where Compose is running.