mirror of https://github.com/containers/podman.git
Apply suggestions from code review
Co-authored-by: Tom Sweeney <tsweeney@redhat.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
664d4ed28c
commit
408772d34a
|
@ -37,7 +37,7 @@ List port mappings for a specific container:
|
||||||
80/tcp -> 0.0.0.0:44327
|
80/tcp -> 0.0.0.0:44327
|
||||||
#
|
#
|
||||||
```
|
```
|
||||||
List specified port mappings for specified container:
|
List the specified port mappings for a specific container:
|
||||||
```
|
```
|
||||||
# podman port b4d2f054 80
|
# podman port b4d2f054 80
|
||||||
0.0.0.0:44327
|
0.0.0.0:44327
|
||||||
|
|
Loading…
Reference in New Issue