RestartPolicyedit

A policy that is applied when a container unexpectedly exits

Propertiesedit

maximum_retry_count (integer as int32)
Maximum number of times to re-try before giving up
name (string, required)
Identifier for the policy.

Exampleedit

{
   "maximum_retry_count" : 0,
   "name" : "string"
}