diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-27 10:36:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-27 10:36:43 -0700 |
commit | 1ff03ee9f5e72fd62ba8e798035fa43f8f18b6dd (patch) | |
tree | 04d67b0a5309792d3d1d26455eac43fff4f70460 /docs/podman-pod-create.1.md | |
parent | fbabe5538f734d28891ea0516e645885677e3d47 (diff) | |
parent | 1a9252e25ce12a257c3119c43a9fa8d2d0d03138 (diff) | |
download | podman-1ff03ee9f5e72fd62ba8e798035fa43f8f18b6dd.tar.gz podman-1ff03ee9f5e72fd62ba8e798035fa43f8f18b6dd.tar.bz2 podman-1ff03ee9f5e72fd62ba8e798035fa43f8f18b6dd.zip |
Merge pull request #2779 from jcpunk/pod-static-publish
doc: add note that pod publish ports are static once defined
Diffstat (limited to 'docs/podman-pod-create.1.md')
-rw-r--r-- | docs/podman-pod-create.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman-pod-create.1.md b/docs/podman-pod-create.1.md index d913083d1..02fdebfbd 100644 --- a/docs/podman-pod-create.1.md +++ b/docs/podman-pod-create.1.md @@ -60,6 +60,8 @@ Both hostPort and containerPort can be specified as a range of ports. When specifying ranges for both, the number of container ports in the range must match the number of host ports in the range. Use `podman port` to see the actual mapping: `podman port CONTAINER $CONTAINERPORT` +NOTE: This cannot be modified once the pod is created. + **--share**="" A comma deliminated list of kernel namespaces to share. If none or "" is specified, no namespaces will be shared. The namespaces to choose from are ipc, net, pid, user, uts. |