From b74e38b042cb32cead9adacbe75256a89e5cb664 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 22 Jan 2018 13:56:08 -0600 Subject: podman port podman port reports the port mappings per container. it can be used to report the ports ofa single container or latest container or all containers. in the case of a single container, the user can add an option filter for port and protocol. Signed-off-by: baude --- cmd/podman/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/main.go') diff --git a/cmd/podman/main.go b/cmd/podman/main.go index 0fd30fa71..bda8ff517 100644 --- a/cmd/podman/main.go +++ b/cmd/podman/main.go @@ -57,6 +57,7 @@ func main() { mountCommand, pauseCommand, psCommand, + portCommand, pullCommand, pushCommand, rmCommand, -- cgit v1.2.3-54-g00ecf