align compose ps output with docker ps

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2022-12-10 21:34:31 +01:00 committed by Nicolas De loof
parent a501ab3a2f
commit bc568eeb9b
3 changed files with 13 additions and 8 deletions

View file

@ -318,10 +318,13 @@ type PortPublisher struct {
type ContainerSummary struct {
ID string
Name string
Image any
Command string
Project string
Service string
Created int64
State string
Status string
Health string
ExitCode int
Publishers PortPublishers