Files
docker-cli/components/engine/cli/command
John Howard 6019fc383c Windows to Linux build warning to stdout
Signed-off-by: John Howard <jhoward@microsoft.com>

When building a Dockerfile from a Windows client on a Linux daemon, a
"security warning" is printed
on stderr. Having this warning printed on stderr makes it difficult to
distinguish a failed build from one that's succeeding, and the only way to
suppress the warning is through the -q option, which also suppresses every
output. This change prints the warning on stdout, instead of stderr, to
resolve this situation.
Upstream-commit: d45c652e8393416d5a00eaa8864223b786c4182e
Component: engine
2017-01-03 14:07:50 -08:00
..
2016-12-12 09:34:03 +01:00
2016-11-08 16:17:15 -08:00
2016-12-12 09:34:03 +01:00
2016-10-25 06:43:54 +00:00
2016-12-20 21:05:19 +08:00
2016-12-27 23:30:50 +08:00
2016-12-25 20:31:52 +01:00
2016-09-19 10:34:31 -07:00
2016-12-09 14:27:53 -08:00