diff options
author | Ed Santiago <santiago@redhat.com> | 2022-09-12 15:39:34 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-09-13 07:51:39 -0600 |
commit | dacd5942470b574608594ab034695cc3ead880b9 (patch) | |
tree | 77533186ddb0631abb06230a53f94f26e8d4b2de /docs/source/markdown/podman-run.1.md.in | |
parent | 07c0dd1f24b112c0161f61cafdfc1ab0866ebb9e (diff) | |
download | podman-dacd5942470b574608594ab034695cc3ead880b9.tar.gz podman-dacd5942470b574608594ab034695cc3ead880b9.tar.bz2 podman-dacd5942470b574608594ab034695cc3ead880b9.zip |
Man pages: refactor common options: --publish-all
Only shared between podman-create and run. The latter was
updated in #5192, and that is the text I chose.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-run.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-run.1.md.in | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/source/markdown/podman-run.1.md.in b/docs/source/markdown/podman-run.1.md.in index b4ec0c23e..fb421a4c3 100644 --- a/docs/source/markdown/podman-run.1.md.in +++ b/docs/source/markdown/podman-run.1.md.in @@ -408,18 +408,7 @@ associated ports. If one container binds to a port, no other container can use t within the pod while it is in use. Containers in the pod can also communicate over localhost by having one container bind to localhost in the pod, and another connect to that port. -#### **--publish-all**, **-P** - -Publish all exposed ports to random ports on the host interfaces. The default is **false**. - -When set to **true**, publish all exposed ports to the host interfaces. The -default is **false**. If the operator uses **-P** (or **-p**) then Podman will make the -exposed port accessible on the host and the ports will be available to any -client that can reach the host. - -When using this option, Podman will bind any exposed port to a random port on the host -within an ephemeral port range defined by */proc/sys/net/ipv4/ip_local_port_range*. -To find the mapping between the host ports and the exposed ports, use **podman port**. +@@option publish-all @@option pull |