Timing and Interval of Restart Attempts After Container First Restart Failure with "restart: always" Policy #49539
Replies: 1 comment
-
Client: Docker Engine - Community Server: Docker Engine - Community |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When a container is configured with the "restart: always" policy, it seems to fail to attempt a second restart after encountering a failure caused by network-related logging issues. Details:
Questions:
What is the retry mechanism for restart: always after a failed restart attempt?
Is there a specific interval or timeout before the next retry occurs?
Shouldn’t the container keep attempting to restart until it succeeds, given the restart: always policy?
Beta Was this translation helpful? Give feedback.
All reactions