mirror of
https://github.com/containers/podman.git
synced 2025-05-30 15:15:20 +08:00
podman-remote ps --external --pod --sort do not work.
Fixup the bindings and the handling of the --external --por and --sort flags. The --storage option was renamed --external, make sure we use external up and down the stack. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -69,7 +69,7 @@ func GetContainerLists(runtime *libpod.Runtime, options entities.ContainerListOp
|
||||
pss = append(pss, listCon)
|
||||
}
|
||||
|
||||
if options.All && options.Storage {
|
||||
if options.All && options.External {
|
||||
externCons, err := runtime.StorageContainers()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user