mirror of
https://github.com/containers/podman.git
synced 2025-06-30 07:26:39 +08:00
Merge pull request #6731 from baude/toolboxjson
Add JSON output field for ps
This commit is contained in:
@ -15,6 +15,8 @@ type ListContainer struct {
|
||||
Command []string
|
||||
// Container creation time
|
||||
Created int64
|
||||
// Human readable container creation time.
|
||||
CreatedAt string
|
||||
// If container has exited/stopped
|
||||
Exited bool
|
||||
// Time container exited
|
||||
|
Reference in New Issue
Block a user