docker-py
docker-py copied to clipboard
feat: implement healthcheck start_interval
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.