mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Just return the id; nothing else.
This commit is contained in:
parent
8cc19765b4
commit
62f873aa1f
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ func (srv *Server) ImageInsert(name, url, path string, out io.Writer, sf *utils.
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
out.Write(sf.FormatStatus(img.ID, "Image created"))
|
out.Write(sf.FormatStatus(img.ID, ""))
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue