mirror of https://github.com/docker/docs.git
Merge pull request #87 from emcniece/fix-build-markdown
Adding fix for builder reference markdown
This commit is contained in:
commit
154bc45ab7
|
@ -1365,8 +1365,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