Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 861 Bytes

InspectRestartPolicy.md

File metadata and controls

18 lines (8 loc) · 861 Bytes

InspectRestartPolicy

Properties

Name Type Description Notes
maximumRetryCount Integer MaximumRetryCount is the maximum number of retries allowed if the "on-failure" restart policy is in use. Not used if "on-failure" is not set. [optional]
name String Name contains the container's restart policy. Allowable values are "no" or "" (take no action), "on-failure" (restart on non-zero exit code, with an optional max retry count), and "always" (always restart on container stop, unless explicitly requested by API). Note that this is NOT actually a name of any sort - the poor naming is for Docker compatibility. [optional]

Implemented Interfaces

  • Serializable