Implement healthcheck start interval
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 13d 8h
- Merged PRs (30d)
- 2
Description
POST /containers/create now accepts a HealthConfig.StartInterval to set the
interval for health checks during the start period. See https://github.com/moby/moby/pull/40894.
Pending other changes in the engine, tracking issue https://github.com/moby/moby/issues/45897.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the POST /containers/create API and the HealthConfig.StartInterval field, then read the referenced Moby pull request 40894 and tracking issue 45897 to understand the pending engine changes. Confirm whether the engine support is available before determining the client-side scope; done should include accepting this health-check interval through the container creation API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100