mirror of
https://github.com/containers/podman.git
synced 2025-06-25 11:57:13 +08:00
@ -152,7 +152,7 @@ func jsonOut(responses []entities.ListContainer) error {
|
|||||||
con.Status = psReporter{con}.Status()
|
con.Status = psReporter{con}.Status()
|
||||||
jf := jsonFormat{
|
jf := jsonFormat{
|
||||||
ListContainer: con,
|
ListContainer: con,
|
||||||
Created: con.Created.UnixNano(),
|
Created: con.Created.Unix(),
|
||||||
}
|
}
|
||||||
r = append(r, jf)
|
r = append(r, jf)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user