aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-08-18 13:14:01 -0400
committerGitHub <noreply@github.com>2022-08-18 13:14:01 -0400
commit2d245e595a02debdc6129ec28014ff780e2553d1 (patch)
tree326ff3a988aa8226e981505e2e5b55ceb621af87 /docs
parentcdae6d18277996f063697fd605f62a9650727fc9 (diff)
parent056917c223f054bd0b4526fce0800258a410cd68 (diff)
downloadpodman-2d245e595a02debdc6129ec28014ff780e2553d1.tar.gz
podman-2d245e595a02debdc6129ec28014ff780e2553d1.tar.bz2
podman-2d245e595a02debdc6129ec28014ff780e2553d1.zip
Merge pull request #15305 from dilyanpalauzov/reword_exit_policy
Reword --exit-policy option
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-pod-create.1.md.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-pod-create.1.md.in b/docs/source/markdown/podman-pod-create.1.md.in
index 73b634548..c12f296b4 100644
--- a/docs/source/markdown/podman-pod-create.1.md.in
+++ b/docs/source/markdown/podman-pod-create.1.md.in
@@ -89,10 +89,10 @@ Set custom DNS search domains in the /etc/resolv.conf file that will be shared b
Set the exit policy of the pod when the last container exits. Supported policies are:
-| Exit Policy | Description |
-| ------------------ | --------------------------------------------------------------------------- |
-| *continue* | The pod continues running when the last container exits. Used by default. |
-| *stop* | The pod is stopped when the last container exits. Used in `kube play`. |
+| Exit Policy | Description |
+| ------------------ | -------------------------------------------------------------------------------------------------------------------------- |
+| *continue* | The pod continues running, by keeping its infra container alive, when the last container exits. Used by default. |
+| *stop* | The pod (including its infra container) is stopped when the last container exits. Used in `kube play`. |
#### **--gidmap**=*container_gid:host_gid:amount*