Mount

Type Alias Mount 

Source
pub type Mount = Mount;
👎Deprecated since 0.8.0: Please use docker_sdk::container::Mount. This will be removed in 0.9.0.

Aliased Type§

pub struct Mount {
    pub source: String,
    pub destination: String,
    pub mode: String,
    pub rw: bool,
}

Fields§

§source: String§destination: String§mode: String§rw: bool