diff --git a/engine/reference/builder.md b/engine/reference/builder.md index 7a2fef0954..ba86306c01 100644 --- a/engine/reference/builder.md +++ b/engine/reference/builder.md @@ -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 -=` flag. +To use these, simply pass them on the command line using the flag: + +``` +--build-arg = +``` ### Impact on build caching