mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-25 09:47:56 +00:00
podman will not start a transient service and timer for healthchecks. this handles the tracking of the timing for health checks. added the 'started' status which represents the time that a container is in its start-period. the systemd timing can be disabled with an env variable of DISABLE_HC_SYSTEMD="true". added filter for ps where --filter health=[starting, healthy, unhealthy] can now be used. Signed-off-by: baude <bbaude@redhat.com> |
||
|---|---|---|
| .. | ||
| parse | ||
| container.go | ||
| create.go | ||
| create_cli.go | ||
| create_cli_test.go | ||
| events.go | ||
| funcs.go | ||
| funcs_test.go | ||
| parallel.go | ||
| pod.go | ||