mirror of https://github.com/docker/cli.git
docs/builder: fix typo
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
This commit is contained in:
parent
26721411b7
commit
e08a441575
|
@ -2043,7 +2043,7 @@ RUN echo hello
|
||||||
If you specify `--build-arg CONT_IMG_VER=<value>` on the command line, in both
|
If you specify `--build-arg CONT_IMG_VER=<value>` on the command line, in both
|
||||||
cases, the specification on line 2 does not cause a cache miss; line 3 does
|
cases, the specification on line 2 does not cause a cache miss; line 3 does
|
||||||
cause a cache miss.`ARG CONT_IMG_VER` causes the RUN line to be identified
|
cause a cache miss.`ARG CONT_IMG_VER` causes the RUN line to be identified
|
||||||
as the same as running `CONT_IMG_VER=<value>` echo hello, so if the `<value>`
|
as the same as running `CONT_IMG_VER=<value> echo hello`, so if the `<value>`
|
||||||
changes, we get a cache miss.
|
changes, we get a cache miss.
|
||||||
|
|
||||||
Consider another example under the same command line:
|
Consider another example under the same command line:
|
||||||
|
|
Loading…
Reference in New Issue