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:
@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user