class Docr::Types::ContainerSummary
  
  - Docr::Types::ContainerSummary
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
docr/types/container_summary.crConstructors
Instance Method Summary
- #command : String
 - #command=(command : String)
 - #created : Int64
 - #created=(created : Int64)
 - #id : String
 - #id=(id : String)
 - #image : String
 - #image=(image : String)
 - #image_id : String
 - #image_id=(image_id : String)
 - #labels : Hash(String, String)
 - #labels=(labels : Hash(String, String))
 - #mounts : Array(Docr::Types::Mount)
 - #mounts=(mounts : Array(Docr::Types::Mount))
 - #names : Array(String)
 - #names=(names : Array(String))
 - #ports : Array(Port)
 - #ports=(ports : Array(Port))
 - #size_root_fs : Int64 | Nil
 - #size_root_fs=(size_root_fs : Int64 | Nil)
 - #size_rw : Int64 | Nil
 - #size_rw=(size_rw : Int64 | Nil)
 - #state : String
 - #state=(state : String)
 - #status : String
 - #status=(status : String)