struct Docker::ContainerList
- Docker::ContainerList
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
api_schema/containers/containers.crConstructors
Instance Method Summary
- #command : String
- #command=(command : String)
- #id : String
- #id=(id : String)
- #image : String
- #image=(image : String)
- #imageId : String
- #imageId=(imageId : String)
- #mounts : Array(ContainerMount)
- #mounts=(mounts : Array(ContainerMount))
- #names : Array(String)
- #names=(names : Array(String))
- #networkSettigs : ContainerNetworkSettings
- #networkSettigs=(networkSettigs : ContainerNetworkSettings)
- #sizeRootFs : Int64 | Nil
- #sizeRootFs=(sizeRootFs : Int64 | Nil)
- #sizeRw : Int64 | Nil
- #sizeRw=(sizeRw : Int64 | Nil)
- #state : Hash(String, String)
- #state=(state : Array(ContainerListPort))
- #state=(state : Int64)
- #state=(state : String)
- #state=(state : Hash(String, String))
- #status : String
- #status=(status : String)