mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
fix typo in man page
- resolve #16536 Signed-off-by: Morgan Bauer <mbauer@us.ibm.com>
This commit is contained in:
@@ -56,7 +56,7 @@ cloned locally and then sent as the context.
|
||||
name and value of a **buildarg**.
|
||||
|
||||
For example, if you want to pass a value for `http_proxy`, use
|
||||
`--bulid-arg=http_proxy="http://some.proxy.url"`
|
||||
`--build-arg=http_proxy="http://some.proxy.url"`
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user