mirror of https://github.com/docker/docs.git
Merge branch 'master' of https://github.com/docker/docker.github.io
This commit is contained in:
commit
d3e70654fa
|
@ -1365,8 +1365,11 @@ corresponding `ARG` instruction in the Dockerfile.
|
||||||
* `NO_PROXY`
|
* `NO_PROXY`
|
||||||
* `no_proxy`
|
* `no_proxy`
|
||||||
|
|
||||||
To use these, simply pass them on the command line using the `--build-arg
|
To use these, simply pass them on the command line using the flag:
|
||||||
<varname>=<value>` flag.
|
|
||||||
|
```
|
||||||
|
--build-arg <varname>=<value>
|
||||||
|
```
|
||||||
|
|
||||||
### Impact on build caching
|
### Impact on build caching
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue