Skip to content

Commit 921b5bb

Browse files
Merge pull request #21709 from rhatdan/docs24
[CI:DOCS] Fix up example description of podman-port.1.md.in
2 parents 34aa4ce + 408772d commit 921b5bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/markdown/podman-port.1.md.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ List all known port mappings for running containers; when using this option, con
2121

2222
## EXAMPLE
2323

24-
List all port mappings
24+
List all port mappings:
2525
```
2626
# podman port -a
2727
b4d2f05432e482e017b1a4b2eae15fa7b4f6fb7e9f65c1bde46294fdef285906
@@ -30,21 +30,21 @@ b4d2f05432e482e017b1a4b2eae15fa7b4f6fb7e9f65c1bde46294fdef285906
3030
#
3131
```
3232

33-
List port mappings for a specific container
33+
List port mappings for a specific container:
3434
```
3535
# podman port b4d2f054
3636
80/udp -> 0.0.0.0:44327
3737
80/tcp -> 0.0.0.0:44327
3838
#
3939
```
40-
List the port mappings for the latest container and port 80
40+
List the specified port mappings for a specific container:
4141
```
4242
# podman port b4d2f054 80
4343
0.0.0.0:44327
4444
#
4545
```
4646

47-
List the port mappings for a specific container for port 80 and the tcp protocol.
47+
List the port mappings for a specific container for port 80 and the tcp protocol:
4848
```
4949
# podman port b4d2f054 80/tcp
5050
0.0.0.0:44327

0 commit comments

Comments
 (0)