Windows: Security warning based on server OS

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 126529c6d0a20675de8f50939c57f23259d3e763
Component: engine
This commit is contained in:
John Howard
2015-06-04 06:30:14 -07:00
parent 229f4e374b
commit 1e47c22f14
11 changed files with 92 additions and 37 deletions

View File

@ -38,7 +38,7 @@ func (cli *DockerCli) CmdExport(args ...string) error {
rawTerminal: true,
out: output,
}
if err := cli.stream("GET", "/containers/"+image+"/export", sopts); err != nil {
if _, err := cli.stream("GET", "/containers/"+image+"/export", sopts); err != nil {
return err
}