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

@ -71,5 +71,6 @@ func (cli *DockerCli) CmdImport(args ...string) error {
out: cli.out,
}
return cli.stream("POST", "/images/create?"+v.Encode(), sopts)
_, err := cli.stream("POST", "/images/create?"+v.Encode(), sopts)
return err
}