mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
podman healthcheck run (phase 1)
Add the ability to manually run a container's healthcheck command. This is only the first phase of implementing the healthcheck. Subsequent pull requests will deal with the exposing the results and history of healthchecks as well as the scheduling. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -112,6 +112,7 @@ The following podman commands do not have a Docker equivalent:
|
||||
* [`podman container refresh`](/docs/podman-container-refresh.1.md)
|
||||
* [`podman container runlabel`](/docs/podman-container-runlabel.1.md)
|
||||
* [`podman container restore`](/docs/podman-container-restore.1.md)
|
||||
* [`podman healthcheck run`](/docs/podman-healthcheck-run.1.md)
|
||||
* [`podman image exists`](./docs/podman-image-exists.1.md)
|
||||
* [`podman image sign`](./docs/podman-image-sign.1.md)
|
||||
* [`podman image trust`](./docs/podman-image-trust.1.md)
|
||||
|
||||
Reference in New Issue
Block a user