Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | podman health check phase3 | baude | 2019-03-22 |
| | | | | | | | | | | | | | | | | 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> | ||
* | Enable rootless integration tests | baude | 2019-03-19 |
| | | | | Signed-off-by: baude <bbaude@redhat.com> | ||
* | podman healthcheck run (phase 1) | baude | 2019-03-05 |
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> |