mirror of
https://github.com/containers/podman.git
synced 2026-06-14 18:54:46 -04:00
The --pod flag is important for users working with pods but lacked documentation examples. Added examples showing: - Basic --pod usage to display pod information - Using --pod with -a to show all containers and their pods - Filtering containers by pod name - Custom formatting with pod-related placeholders Also: removed trailing whitespace on a few lines Fixes #26367 Assisted-by: Claude Sonnet 4 Removed trailing whitespace on a few lines Signed-off-by: Mike McGrath <mmcgrath@fedoraproject.org> MH: Squashed, force-pushed to reset CI Signed-off-by: Matt Heon <mheon@redhat.com>