Description
With Docker CE 17.05 there is the brand new --health-start-period option for a service, implemented with moby/moby#28938. But there is no such option available in a Compose/Stack file, so we can properly manage it with a YAML file.
I think I'm not qualified to propose the key name that should eventually implemented in theCompose file but I'd say that start_period, under healthcheck could be a good name.
Description
With Docker CE 17.05 there is the brand new
--health-start-periodoption for a service, implemented with moby/moby#28938. But there is no such option available in a Compose/Stack file, so we can properly manage it with a YAML file.I think I'm not qualified to propose the key name that should eventually implemented in theCompose file but I'd say that
start_period, underhealthcheckcould be a good name.