mirror of
https://github.com/containers/podman.git
synced 2025-12-08 14:48:48 +08:00
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:
@@ -57,6 +57,7 @@ func main() {
|
||||
mountCommand,
|
||||
pauseCommand,
|
||||
psCommand,
|
||||
portCommand,
|
||||
pullCommand,
|
||||
pushCommand,
|
||||
rmCommand,
|
||||
|
||||
Reference in New Issue
Block a user