diff options
author | Дилян Палаузов <git-dpa@aegee.org> | 2022-08-13 12:15:40 +0300 |
---|---|---|
committer | Дилян Палаузов <git-dpa@aegee.org> | 2022-08-14 10:09:38 +0300 |
commit | 056917c223f054bd0b4526fce0800258a410cd68 (patch) | |
tree | e346457e6a89147373cce5fdbd7c23b2e47d3211 /docs/source | |
parent | 4136496ee713982daf3136ffe65d11a4163fabb8 (diff) | |
download | podman-056917c223f054bd0b4526fce0800258a410cd68.tar.gz podman-056917c223f054bd0b4526fce0800258a410cd68.tar.bz2 podman-056917c223f054bd0b4526fce0800258a410cd68.zip |
Reword --exit-policy option
Insisting on “DCO” imposes formalities, that serve self-purpose. One cannot
assume that the submitter has time or will to read texts about symbolism in
software contributions. If the system wants to see the text
nrEAUIEUAIe eanuitdnuae EAIUEAUIAIE »ℓ§444.3.72b)°»°ℓ§euaieauuae
in each commit, people will write this, or any other text, that the system wants to
see. All such text, which presence is mandated by the system, has the same value.
Signed-off-by: Дилян Палаузов <git-dpa@aegee.org>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-pod-create.1.md.in | 8 |
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* |