struct Docker::Api::Models::ImageSummary
- Docker::Api::Models::ImageSummary
- Docker::Api::Models::Response
- Struct
- Value
- Object
Defined in:
docker/api/models/image_summary.crConstructors
Instance Method Summary
- #containers : Int32
- #created : Int32
- #id : String
- #labels : Hash(String, String) | Nil
- #parent_id : String
- #repo_digests : Array(String) | Nil
- #repo_tags : Array(String) | Nil
- #shared_size : Int32
- #size : Int32
- #virtual_size : Int32