Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.24 KB

LibpodImageSummary.md

File metadata and controls

34 lines (24 loc) · 1.24 KB

LibpodImageSummary

Properties

Name Type Description Notes
arch String Podman extensions [optional]
containers Long [optional]
created Long [optional]
dangling Boolean [optional]
digest String [optional]
history List<String> [optional]
id String [optional]
isManifestList Boolean IsManifestList is a ptr so we can distinguish between a true json empty response and false. the docker compat side needs to return empty; where as the libpod side needs a value of true or false [optional]
labels Map<String, String> [optional]
names List<String> [optional]
os String [optional]
parentId String [optional]
readOnly Boolean [optional]
repoDigests List<String> [optional]
repoTags List<String> [optional]
sharedSize Long [optional]
size Long [optional]
virtualSize Long [optional]

Implemented Interfaces

  • Serializable