mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Fix remote integration for healthchecks
the one remaining test that is still skipped do to missing exec function Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -1169,7 +1169,7 @@ func (c *Container) start() error {
|
||||
c.state.State = define.ContainerStateRunning
|
||||
|
||||
if c.config.HealthCheckConfig != nil {
|
||||
if err := c.updateHealthStatus(HealthCheckStarting); err != nil {
|
||||
if err := c.updateHealthStatus(define.HealthCheckStarting); err != nil {
|
||||
logrus.Error(err)
|
||||
}
|
||||
if err := c.startTimer(); err != nil {
|
||||
|
Reference in New Issue
Block a user