mirror of https://github.com/docker/docs.git
Adding fix for builder reference markdown
This commit is contained in:
parent
5fcc2f5445
commit
8c6c5a0e63
|
@ -1363,8 +1363,11 @@ corresponding `ARG` instruction in the Dockerfile.
|
|||
* `NO_PROXY`
|
||||
* `no_proxy`
|
||||
|
||||
To use these, simply pass them on the command line using the `--build-arg
|
||||
<varname>=<value>` flag.
|
||||
To use these, simply pass them on the command line using the flag:
|
||||
|
||||
```
|
||||
--build-arg <varname>=<value>
|
||||
```
|
||||
|
||||
### Impact on build caching
|
||||
|
||||
|
|
Loading…
Reference in New Issue