Struct lal::Mount [] [src]

pub struct Mount {
    pub src: String,
    pub dest: String,
    pub readonly: bool,
}

Docker volume mount representation

Fields

File or folder to mount

Location inside the container to mount it at

Whether or not to write protect the mount inside the container

Trait Implementations

impl Clone for Mount
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more