docs/api/client
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
..
inspect Print the raw inspected elements when there is no template for `docker inspect`. 2015-12-17 23:17:52 -05:00
lib Remove api client lib dependency on tlsconfig and sockets packages. 2015-12-17 19:04:49 -05:00
ps Fix the api/client/ps unit tests. 2015-12-21 11:07:14 +01:00
attach.go Implement docker attach with standalone client lib. 2015-12-09 12:04:59 -05:00
build.go Change the quiet flag behavior in the build command 2015-12-21 16:38:50 +02:00
cli.go pkg/version.Version: use the new String() method 2015-12-18 15:29:32 -05:00
client.go Merge pull request #15964 from duglin/APIVersion 2015-12-16 14:23:47 -08:00
commit.go Update Named reference with validation of conversions 2015-12-16 11:58:52 -08:00
cp.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
create.go Clean up reference type switches 2015-12-16 11:58:53 -08:00
diff.go Implement docker diff with standalone client lib. 2015-12-09 12:04:53 -05:00
events.go Move filters package to the API. 2015-12-15 18:13:26 -05:00
exec.go Implement docker exec with standalone client lib. 2015-12-09 12:04:59 -05:00
export.go Implement docker export with standalone client lib. 2015-12-09 12:04:54 -05:00
hijack.go Remove old http from the docker cli. 2015-12-09 12:05:00 -05:00
history.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
images.go Add own reference package wrapper 2015-12-16 11:58:52 -08:00
import.go Clean up reference type switches 2015-12-16 11:58:53 -08:00
info.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
inspect.go Implement all inspect commands with the new inspector interface. 2015-12-09 12:05:01 -05:00
kill.go Implement docker kill with standalone client lib. 2015-12-09 12:04:55 -05:00
load.go Implement docker load with standalone client lib. 2015-12-09 12:04:55 -05:00
login.go Move IndexInfo and ServiceConfig types to api/types/registry/registry.go 2015-12-14 11:28:02 -05:00
logout.go Use consistent command description 2015-10-08 08:46:21 -04:00
logs.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
network.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
pause.go Implement docker pause with standalone client lib. 2015-12-09 12:04:56 -05:00
port.go Implement docker port with standalone client lib. 2015-12-09 12:04:56 -05:00
ps.go Move filters package to the API. 2015-12-15 18:13:26 -05:00
pull.go Clean up reference type switches 2015-12-16 11:58:53 -08:00
push.go Add own reference package wrapper 2015-12-16 11:58:52 -08:00
rename.go Implement container rename with standalone client lib. 2015-12-09 12:04:56 -05:00
restart.go Implement docker restart with standalone client lib. 2015-12-09 12:04:56 -05:00
rm.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
rmi.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
run.go Implement docker run with standalone client lib. 2015-12-09 12:04:59 -05:00
save.go Implement docker save with standalone client lib. 2015-12-09 12:04:56 -05:00
search.go Move registry.SearchResult types to api/types/registry. 2015-12-15 11:44:20 -05:00
start.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
stats.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
stats_unit_test.go Fix docker stats show blkio when there are multiple block devices. 2015-08-20 11:46:21 +08:00
stop.go Implement docker stop with standalone client lib. 2015-12-09 12:04:57 -05:00
tag.go Clean up reference type switches 2015-12-16 11:58:53 -08:00
top.go Implement docker top with standalone client lib. 2015-12-09 12:04:57 -05:00
trust.go Clean up reference type switches 2015-12-16 11:58:53 -08:00
trust_test.go Move IndexInfo and ServiceConfig types to api/types/registry/registry.go 2015-12-14 11:28:02 -05:00
unpause.go Implement docker unpause with standalone client lib. 2015-12-09 12:04:57 -05:00
utils.go Move IndexInfo and ServiceConfig types to api/types/registry/registry.go 2015-12-14 11:28:02 -05:00
version.go Add a DOCKER_API_VERSION env var 2015-12-14 12:45:34 -08:00
volume.go Move filters package to the API. 2015-12-15 18:13:26 -05:00
wait.go Implement docker wait with standalone client lib. 2015-12-09 12:04:58 -05:00