mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
align compose ps output with docker ps
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
a501ab3a2f
commit
bc568eeb9b
3 changed files with 13 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue