driver: automatically export image to MobyDriver

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass
2019-04-11 18:25:57 +00:00
parent 0788035da8
commit bd7ada6593
2 changed files with 27 additions and 14 deletions

View File

@ -64,8 +64,6 @@ func ParseOutputs(inp []string) ([]client.ExportEntry, error) {
if !ok {
if out.Type != client.ExporterDocker {
dest = "-"
} else {
return nil, errors.Errorf("loading to docker currently not implemented, specify dest file or -")
}
}
if dest == "-" {