mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #28978 from lixiaobing10051267/masterMan
modify some urls related to reference path
This commit is contained in:
commit
4b3740d009
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ set as the **URL**, the repository is cloned locally and then sent as the contex
|
|||
Users pass these values at build-time. Docker uses the `buildargs` as the
|
||||
environment context for command(s) run via the Dockerfile's `RUN` instruction
|
||||
or for variable expansion in other Dockerfile instructions. This is not meant
|
||||
for passing secret values. [Read more about the buildargs instruction](/reference/builder/#arg)
|
||||
for passing secret values. [Read more about the buildargs instruction](https://docs.docker.com/engine/reference/builder/#arg)
|
||||
|
||||
**--force-rm**=*true*|*false*
|
||||
Always remove intermediate containers, even after unsuccessful builds. The default is *false*.
|
||||
|
|
Loading…
Reference in a new issue