diff options
author | Ed Santiago <santiago@redhat.com> | 2022-08-29 09:29:42 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-08-30 08:35:53 -0600 |
commit | 1ed9a47409a30ab60a6b886c20fc5ae818240ba0 (patch) | |
tree | 269b20a94a097b7ce0e19d85e6d041fc320af40e /docs/source/markdown/podman-run.1.md.in | |
parent | 57441b4c7127b30d9327cb4dfa189c8b9fc33ac5 (diff) | |
download | podman-1ed9a47409a30ab60a6b886c20fc5ae818240ba0.tar.gz podman-1ed9a47409a30ab60a6b886c20fc5ae818240ba0.tar.bz2 podman-1ed9a47409a30ab60a6b886c20fc5ae818240ba0.zip |
Man pages: refactor common options: --restart
Only applicable to podman-create and -run. I went with the -run
version because it is cleaner and more recently updated.
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 | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/docs/source/markdown/podman-run.1.md.in b/docs/source/markdown/podman-run.1.md.in index 7c7ce8b3c..676dfb9e1 100644 --- a/docs/source/markdown/podman-run.1.md.in +++ b/docs/source/markdown/podman-run.1.md.in @@ -531,21 +531,7 @@ Suppress output information when pulling images @@option requires -#### **--restart**=*policy* - -Restart policy to follow when containers exit. -Restart policy will not take effect if a container is stopped via the **podman kill** or **podman stop** commands. - -Valid _policy_ values are: - -- `no` : Do not restart containers on exit -- `on-failure[:max_retries]` : Restart containers when they exit with a non-zero exit code, retrying indefinitely or until the optional *max_retries* count is hit -- `always` : Restart containers when they exit, regardless of status, retrying indefinitely -- `unless-stopped` : Identical to **always** - -Please note that restart will not restart containers after a system reboot. -If this functionality is required in your environment, you can invoke Podman from a **systemd.unit**(5) file, or create an init script for whichever init system is in use. -To generate systemd unit files, please see **podman generate systemd**. +@@option restart #### **--rm** |