diff --git a/cmd/kpod/ps.go b/cmd/kpod/ps.go index ad2f1989..aef86b6c 100644 --- a/cmd/kpod/ps.go +++ b/cmd/kpod/ps.go @@ -298,7 +298,7 @@ func getJSONOutput(containers []*libkpod.ContainerData) (psOutput []psJSONParams ID: ctr.ID, Image: ctr.FromImage, ImageID: ctr.FromImageID, - Command: ctr.ImageCreatedBy, + Command: getCommand(ctr.ImageCreatedBy), CreatedAt: ctr.State.Created, RunningFor: time.Since(ctr.State.Created), Status: ctr.State.Status,