Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.6 KB

ContainerJSON.md

File metadata and controls

43 lines (33 loc) · 1.6 KB

ContainerJSON

ContainerJSON is newly used struct along with MountPoint

Properties

Name Type Description Notes
appArmorProfile String [optional]
args List<String> [optional]
config Config [optional]
created String [optional]
driver String [optional]
execIDs List<String> [optional]
graphDriver GraphDriverData [optional]
hostConfig HostConfig [optional]
hostnamePath String [optional]
hostsPath String [optional]
id String [optional]
image String [optional]
logPath String [optional]
mountLabel String [optional]
mounts List<MountPoint> [optional]
name String [optional]
networkSettings NetworkSettings [optional]
node ContainerNode [optional]
path String [optional]
platform String [optional]
processLabel String [optional]
resolvConfPath String [optional]
restartCount Long [optional]
sizeRootFs Long [optional]
sizeRw Long [optional]
state ContainerState [optional]

Implemented Interfaces

  • Serializable