pub struct ContainerInfo {
pub AppArmorProfile: String,
pub Args: Vec<String>,
pub Created: String,
pub Driver: String,
pub ExecDriver: String,
pub HostnamePath: String,
pub HostsPath: String,
pub LogPath: String,
pub Id: String,
pub Image: String,
pub MountLabel: String,
pub Name: String,
pub Path: String,
pub ProcessLabel: String,
pub ResolvConfPath: String,
pub RestartCount: u64,
pub Volumes: HashMap<String, String>,
pub VolumesRW: HashMap<String, bool>,
}
Fields
AppArmorProfile | |
Args | |
Created | |
Driver | |
ExecDriver | |
HostnamePath | |
HostsPath | |
LogPath | |
Id | |
Image | |
MountLabel | |
Name | |
Path | |
ProcessLabel | |
ResolvConfPath | |
RestartCount | |
Volumes | |
VolumesRW | |
Trait Implementations
Derived Implementations