moby/docs/reference
Boaz Shuster 60b4db7eb1 Change the quiet flag behavior in the build command
Right now, the quiet (-q, --quiet) flag ignores the output
generated from within the container.

However, it ought to be quiet in a way that all kind
of diagnostic output should be ignored, unless the build
process fails.

This patch makes the quiet flag behave in the following way:
 1. If the build process succeeds, stdout contains the image ID
    and stderr is empty.
 2. If the build process fails, stdout is empty and stderr
    has the error message and the diagnostic output of that process.

If the quiet flag is not set, then everything goes to stdout
and error messages, if there are any, go to stderr.

Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com>
2015-12-21 16:38:50 +02:00
..
api Sync the docker network create api docs with the error code 2015-12-17 17:48:50 +08:00
commandline Change the quiet flag behavior in the build command 2015-12-21 16:38:50 +02:00
logging Merge pull request #17891 from splunk/splunk-logger-support-for-tag-env-labels 2015-11-16 10:11:27 -08:00
builder.md Add some docs about build-arg's impact on the cache 2015-11-23 08:51:11 -08:00
glossary.md First pass at consolidating 2015-11-02 21:14:55 -08:00
run.md Update restart description 2015-12-21 00:58:30 +01:00