mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
add "healthy" sdnotify policy
Add a new "healthy" sdnotify policy that instructs Podman to send the READY message once the container has turned healthy. Fixes: #6160 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -113,7 +113,7 @@ func (c *Container) Start(ctx context.Context, recursive bool) (finalErr error)
|
||||
}
|
||||
|
||||
// Start the container
|
||||
return c.start()
|
||||
return c.start(ctx)
|
||||
}
|
||||
|
||||
// Update updates the given container.
|
||||
|
Reference in New Issue
Block a user