Image

Type Alias Image 

Source
pub type Image = ImageInfo;
👎Deprecated since 0.8.0: Please use docker_sdk::image::ImageInfo. This will be removed in 0.9.0.

Aliased Type§

pub struct Image {
    pub created: DateTime<Utc>,
    pub id: String,
    pub parent_id: String,
    pub labels: Option<HashMap<String, String>>,
    pub repo_tags: Option<Vec<String>>,
    pub repo_digests: Option<Vec<String>>,
    pub virtual_size: u64,
}

Fields§

§created: DateTime<Utc>§id: String§parent_id: String§labels: Option<HashMap<String, String>>§repo_tags: Option<Vec<String>>§repo_digests: Option<Vec<String>>§virtual_size: u64