Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.07 KB

StoreInfo.md

File metadata and controls

30 lines (20 loc) · 1.07 KB

StoreInfo

StoreInfo describes the container storage and its attributes

Properties

Name Type Description Notes
configFile String [optional]
containerStore ContainerStore [optional]
graphDriverName String [optional]
graphOptions Map<String, Object> [optional]
graphRoot String [optional]
graphRootAllocated Integer GraphRootAllocated is how much space the graphroot has in bytes [optional]
graphRootUsed Integer GraphRootUsed is how much of graphroot is used in bytes [optional]
graphStatus Map<String, String> [optional]
imageCopyTmpDir String [optional]
imageStore ImageStore [optional]
runRoot String [optional]
transientStore Boolean [optional]
volumePath String [optional]

Implemented Interfaces

  • Serializable