docs/api/client
Doug Davis 5c91bb93a7 Make 'docker build' send non-err output to stdout
Right now 'docker build' will send:
   Sending build context to Docker daemon
to stderr, instead of stdout.  This PR fixes that.

I looked in the rest of api/client/commands.go for other cases
that might do this and only one jumped out at me:
  https://github.com/docker/docker/blob/master/api/client/commands.go#L2202
but I think if I changed that to go to stdout then it'll mess people up
who are expecting just the container ID to be printed to the screen and
there is no --quiet type of flag we can check.

Closes #9404

Signed-off-by: Doug Davis <dug@us.ibm.com>
2014-12-04 14:06:40 -08:00
..
cli.go use _, _ string 2014-11-14 19:31:52 +00:00
commands.go Make 'docker build' send non-err output to stdout 2014-12-04 14:06:40 -08:00
hijack.go Fix client-side HTTP hijacking over TLS 2014-12-01 18:13:52 -08:00
utils.go Add support for docker exec to return cmd exitStatus 2014-11-25 17:49:25 -08:00