mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00

The podman ps command for non-json targets has the ability to use a "batched" function which limits the use of locks needed. The collection of output for JSON should use this too. Signed-off-by: baude <bbaude@redhat.com> Closes: #380 Approved by: rhatdan