diff --git a/commands.go b/commands.go index 1c2f8d0fdc..0a6bff5a07 100644 --- a/commands.go +++ b/commands.go @@ -554,8 +554,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 */ "", + /* TAG */ "", /* ID */ id, /* CREATED */ HumanDuration(time.Now().Sub(image.Created)) + " ago", /* PARENT */ srv.runtime.repositories.ImageName(image.Parent),