Merge remote-tracking branch 'upstream/master'

Upstream-commit: 4c19c9341c988b9b224e98489dc30b8b405d4b33
Component: engine
This commit is contained in:
Charles Hooper
2013-03-25 19:41:24 +00:00

View File

@ -559,8 +559,8 @@ func (srv *Server) CmdImages(stdin io.ReadCloser, stdout io.Writer, args ...stri
for id, image := range allImages {
if !*quiet {
for idx, field := range []string{
/* REPOSITORY */ "",
/* TAG */ "",
/* REPOSITORY */ "<none>",
/* TAG */ "<none>",
/* ID */ id,
/* CREATED */ HumanDuration(time.Now().Sub(image.Created)) + " ago",
/* PARENT */ srv.runtime.repositories.ImageName(image.Parent),