- resolve #16536
Signed-off-by: Morgan Bauer <mbauer@us.ibm.com>
| ... | ... |
@@ -56,7 +56,7 @@ cloned locally and then sent as the context. |
| 56 | 56 |
name and value of a **buildarg**. |
| 57 | 57 |
|
| 58 | 58 |
For example, if you want to pass a value for `http_proxy`, use |
| 59 |
- `--bulid-arg=http_proxy="http://some.proxy.url"` |
|
| 59 |
+ `--build-arg=http_proxy="http://some.proxy.url"` |
|
| 60 | 60 |
|
| 61 | 61 |
Users pass these values at build-time. Docker uses the `buildargs` as the |
| 62 | 62 |
environment context for command(s) run via the Dockerfile's `RUN` instruction |