Struct lal::Mount
[−]
[src]
pub struct Mount {
pub src: String,
pub dest: String,
pub readonly: bool,
}Docker volume mount representation
Fields
src: String
File or folder to mount
dest: String
Location inside the container to mount it at
readonly: bool
Whether or not to write protect the mount inside the container