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 <bbaude@redhat.com>
This commit is contained in:
baude
2018-01-22 13:56:08 -06:00
parent a03e040f0b
commit b74e38b042
6 changed files with 263 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ func main() {
mountCommand,
pauseCommand,
psCommand,
portCommand,
pullCommand,
pushCommand,
rmCommand,