Merge pull request #16540 from MHBauer/man-build-arg

fix typo in man page
Upstream-commit: a51861226058299e0e504f5b512f0f9e2b4c6fb3
Component: engine
This commit is contained in:
David Calavera
2015-09-23 17:51:09 -07:00

View File

@ -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