ContainerInspectInfo constructor
const
ContainerInspectInfo({
- String? id,
- String? created,
- String? path,
- List<
String> ? args, - ContainerState? state,
- String? image,
- String? resolvConfPath,
- String? hostnamePath,
- String? hostsPath,
- String? logPath,
- String? name,
- int? restartCount,
- String? driver,
- String? platform,
- ContainerImageManifestDescriptor? imageManifestDescriptor,
- String? mountLabel,
- String? processLabel,
- String? appArmorProfile,
- List<
String> ? execIDs, - ContainerHostConfig? hostConfig,
- ContainerGraphDriver? graphDriver,
- int? sizeRw,
- int? sizeRootFs,
- List<
ContainerMount> ? mounts, - ContainerConfig? config,
- ContainerNetworkSettings? networkSettings,
Creates a ContainerInspectInfo with the given fields.
Implementation
const ContainerInspectInfo({
this.id,
this.created,
this.path,
this.args,
this.state,
this.image,
this.resolvConfPath,
this.hostnamePath,
this.hostsPath,
this.logPath,
this.name,
this.restartCount,
this.driver,
this.platform,
this.imageManifestDescriptor,
this.mountLabel,
this.processLabel,
this.appArmorProfile,
this.execIDs,
this.hostConfig,
this.graphDriver,
this.sizeRw,
this.sizeRootFs,
this.mounts,
this.config,
this.networkSettings,
});