spiegel_podman/cmd
Valentin Rothberg aad29e759c health check: add on-failure actions
For systems that have extreme robustness requirements (edge devices,
particularly those in difficult to access environments), it is important
that applications continue running in all circumstances. When the
application fails, Podman must restart it automatically to provide this
robustness. Otherwise, these devices may require customer IT to
physically gain access to restart, which can be prohibitively difficult.

Add a new `--on-failure` flag that supports four actions:

- **none**: Take no action.

- **kill**: Kill the container.

- **restart**: Restart the container.  Do not combine the `restart`
               action with the `--restart` flag.  When running inside of
               a systemd unit, consider using the `kill` or `stop`
               action instead to make use of systemd's restart policy.

- **stop**: Stop the container.

To remain backwards compatible, **none** is the default action.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-09-09 13:02:05 +02:00
..
podman health check: add on-failure actions 2022-09-09 13:02:05 +02:00
podman-mac-helper Fix spelling "read only" -> "read-only" 2022-07-02 08:37:43 +02:00
podman-msihooks Add new windows installer and build 2022-09-06 16:12:09 -05:00
podman-wslkerninst Add new windows installer and build 2022-09-06 16:12:09 -05:00
rootlessport Improved Windows compatibility 2022-08-23 11:06:51 +03:00
winpath Fix spelling "setup" -> "set up" and similar 2022-06-22 18:39:21 +02:00