docker-py
docker-py copied to clipboard
Implement healthcheck start interval
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.
@milas @thaJeztah Could you add feature request label? Also, I thinking on working on it