aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2018-12-14 16:54:18 -0500
committerBryn M. Reeves <bmr@redhat.com>2019-03-19 18:20:14 +0000
commit541dca3d5c6f73eaa8fedbb0984fbd4f71bec0fb (patch)
tree692861c7175ad2b61ef0d4b730368582aae03d7d
parent06c3a919a05d1c9c6550da7c2d850263c9eeaf7c (diff)
downloadsos-541dca3d5c6f73eaa8fedbb0984fbd4f71bec0fb.tar.gz
[podman] Collect port mappings
Adds collection of port mappings for podman containers. Resolves: #1518 Signed-off-by: Jake Hunsaker <jhunsake@redhat.com> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/podman.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/podman.py b/sos/plugins/podman.py
index cdf60043..80c1878b 100644
--- a/sos/plugins/podman.py
+++ b/sos/plugins/podman.py
@@ -41,6 +41,7 @@ class Podman(Plugin, RedHatPlugin, UbuntuPlugin):
'images',
'pod ps',
'pod ps -a',
+ 'port --all',
'ps',
'ps -a',
'stats --no-stream',