docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

feat: implement healthcheck start_interval

Open Khushiyant opened this issue 1 year ago • 0 comments

Closes #3157

Added support for StartInterval as POST /containers/create now accepts a HealthConfig.StartInterval to set the interval for health checks during the start period. This extends the interval that health checks can use during the initial phase. Usually, you want to verify that a container is ready sooner rather than later than when it is just getting started.

It was introduced as part of v1.44 API changes

Refer https://github.com/moby/moby/pull/40894.

Khushiyant avatar Feb 08 '24 08:02 Khushiyant