Cloud API Overview > @adpt/cloud > RestartPolicy
RestartPolicy interface
The behavior to apply when the container exits.
Signature:
export interface RestartPolicy
Remarks
See the Docker API Reference for more information.
Properties
Property | Type | Description |
---|---|---|
maximumRetryCount | number | If OnFailure is used, the number of times to retry before giving up |
name | RestartPolicyName | The type of behavior to apply |