From 4ab054073dadf5257bdd0ff21e154b859e139f1e Mon Sep 17 00:00:00 2001 From: haircommander Date: Thu, 14 Jun 2018 15:29:46 -0400 Subject: Added --sort to ps Also podman ps now allows user to only output size of root FS, changed language of images and ps --sort to be by "created" as opposed to "time", and refactored the way templates are created (converted from psJSONParams type). Signed-off-by: haircommander Closes: #948 Approved by: rhatdan --- cmd/podman/batchcontainer/container.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/batchcontainer/container.go') diff --git a/cmd/podman/batchcontainer/container.go b/cmd/podman/batchcontainer/container.go index 8da73a811..09db4f8a2 100644 --- a/cmd/podman/batchcontainer/container.go +++ b/cmd/podman/batchcontainer/container.go @@ -27,6 +27,7 @@ type PsOptions struct { NoTrunc bool Quiet bool Size bool + Sort string Label string Namespace bool } -- cgit v1.2.3-54-g00ecf