1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli
John Howard d45c652e83 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.
2017-01-03 14:07:50 -08:00
..
command Windows to Linux build warning to stdout 2017-01-03 14:07:50 -08:00
compose Replace vendor of aanand/compose-file with a local copy. 2016-12-27 16:17:24 -05:00
config Move package cliconfig to cli/config 2016-12-25 20:31:52 +01:00
debug
flags Move package cliconfig to cli/config 2016-12-25 20:31:52 +01:00
trust Merge pull request #29313 from vdemeester/move-cli-config 2016-12-28 09:05:51 -08:00
cobra.go
error.go
required.go