Clarification about 'docker build --build-arg'
| ... | ... |
@@ -299,6 +299,9 @@ accessed like regular environment variables in the `RUN` instruction of the |
| 299 | 299 |
Dockerfile. Also, these values don't persist in the intermediate or final images |
| 300 | 300 |
like `ENV` values do. |
| 301 | 301 |
|
| 302 |
+Using this flag will not alter the output you see when the `ARG` lines from the |
|
| 303 |
+Dockerfile are echoed during the build process. |
|
| 304 |
+ |
|
| 302 | 305 |
For detailed information on using `ARG` and `ENV` instructions, see the |
| 303 | 306 |
[Dockerfile reference](../builder.md). |
| 304 | 307 |
|