-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
area/daemonCore EngineCore Engineexp/beginnerkind/bugfixPR's that fix bugsPR's that fix bugskind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny
Milestone
Description
Description
Is there a particular reason that the start interval inherits the value from regular interval?
Lines 253 to 255 in a33b302
probeInterval := timeoutWithDefault(c.Config.Healthcheck.Interval, defaultProbeInterval) | |
startInterval := timeoutWithDefault(c.Config.Healthcheck.StartInterval, probeInterval) | |
startPeriod := timeoutWithDefault(c.Config.Healthcheck.StartPeriod, defaultStartPeriod) |
Docs indicate that the default is 5 seconds: https://docs.docker.com/reference/dockerfile/#healthcheck
This request is to have it defined as its own default value as per the docs.
I apologize if I have misread the code as I am not a Golang programmer.
Metadata
Metadata
Assignees
Labels
area/daemonCore EngineCore Engineexp/beginnerkind/bugfixPR's that fix bugsPR's that fix bugskind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny