class Docr::Types::ContainerState
- Docr::Types::ContainerState
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
types/container_state.crConstructors
Instance Method Summary
- #dead : Bool
- #dead=(dead : Bool)
- #error : String
- #error=(error : String)
- #exit_code : Int32
- #exit_code=(exit_code : Int32)
- #finished_at : String
- #finished_at=(finished_at : String)
- #health : Docr::Types::Health | Nil
- #health=(health : Docr::Types::Health | Nil)
- #oom_killed : Bool
- #oom_killed=(oom_killed : Bool)
- #paused : Bool
- #paused=(paused : Bool)
- #pid : Int64
- #pid=(pid : Int64)
- #restarting : Bool
- #restarting=(restarting : Bool)
- #running : Bool
- #running=(running : Bool)
- #started_at : String
- #started_at=(started_at : String)
- #status : String
- #status=(status : String)